Skip to content

This library provides a set of composables for easily integrating One-Time Password (OTP) verification into your Jetpack Compose applications.

Notifications You must be signed in to change notification settings

KishanViramgama/Otp

Repository files navigation

Otp

This library provides a set of composables for easily integrating One-Time Password (OTP) verification into your Jetpack Compose applications.

Gradle

Add following dependency to your settings.gradle.kts file:

dependencyResolutionManagement {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

Add following dependency to your app module build.gradle.kts file:

dependencies {
    implementation ("com.github.KishanViramgama:Otp:0.0.1")
}

About

This library provides a set of composables for easily integrating One-Time Password (OTP) verification into your Jetpack Compose applications.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages