feat(kotlin): expose IdentityCheck preset in Kotlin SDK#221
Draft
chipp wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 21, 2026
ce5b9d7 to
4a76aa5
Compare
9ffdabf to
7a46a6f
Compare
4a76aa5 to
6413091
Compare
7a46a6f to
9e0e70e
Compare
9e0e70e to
f7c4721
Compare
6413091 to
ce6d884
Compare
f7c4721 to
946bc69
Compare
ce6d884 to
519e823
Compare
519e823 to
fc81712
Compare
946bc69 to
944c4db
Compare
944c4db to
6e2f99b
Compare
fc81712 to
35d8ccf
Compare
35d8ccf to
eb9e87b
Compare
6e2f99b to
60877ab
Compare
eb9e87b to
f4c67a7
Compare
60877ab to
23fe0f5
Compare
0e328f0 to
7a61bdc
Compare
fd4079b to
f97922e
Compare
7a61bdc to
961b87a
Compare
f97922e to
c4165d6
Compare
961b87a to
59cc4a6
Compare
c4165d6 to
71b930c
Compare
07ea956 to
dcf24dc
Compare
71b930c to
734bf27
Compare
734bf27 to
e7b3b2e
Compare
e7b3b2e to
5e52d9f
Compare
5e52d9f to
b811f71
Compare
b811f71 to
5026387
Compare
d7f43e2 to
4a938ef
Compare
5026387 to
457471c
Compare
Base automatically changed from
vladimirburdukov/remove-require-proof-of-humanity-from-identitycheck-preset
to
main
May 20, 2026 11:49
457471c to
7884bd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
identityCheck()top-level helper function to the Kotlin SDK, mirroring the Swift and TS equivalentsDocumentTypeandIdentityAttributeas type aliases so consumers don't need to import fromuniffi.idkit_coredirectlylegacySignalpass-throughbuild-kotlin.shso JVM tests can load it viajna.library.pathkotlin/README.mdwith a usage snippetTest plan
gradle bindings:testpasses locally (runs the two newidentityChecktests)./gradlew :app:assembleDebuginkotlin/Examples/IDKitSampleApp