Installation
FormValidator is published via JitPack.
Step 1 — Add the JitPack repository
dependencyResolutionManagement {
repositories {
maven { url = uri("https://jitpack.io") }
}
}
dependencyResolutionManagement {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2 — Add the dependency
implementation("com.github.funyin:FormValidator:LIBRARY_VERSION")
implementation 'com.github.funyin:FormValidator:LIBRARY_VERSION'
Current version
Replace LIBRARY_VERSION with the latest tag from the releases page.
Supported targets
| Target | Minimum |
|---|---|
| Android | API 21 |
| JVM (desktop) | JVM 8 |
| iOS | iosArm64, iosX64, iosSimulatorArm64 |
Requirements
- Kotlin 2.0+
- Compose Multiplatform 1.7+