Logto helps you build the sign-in experience and user identity within minutes.
The monorepo for SDKs written in Kotlin.
Check out the Android SDK tutorial for more information.
Logto Android SDK is now available on MavenCentral.
implementation 'io.logto.sdk:android:<version>'implementation("io.logto.sdk:android:<version>")| Name | Description |
|---|---|
| Kotlin SDK | Kotlin SDK is used to integrate your JVM client with Logto service |
| Android SDK | Android SDK |
After cloning the repository, install the git hooks once so detekt runs --auto-correct on staged Kotlin files before each commit:
./gradlew installGitHooksSee RELEASE.md for the automated release flow, required secrets, and manual fallback.