Enables straightforward form state management using a concise and easy-to-use library, streamlining the process of handling form states in applications.
repositories {
mavenCentral()
}
dependencies {
// Replace TAG with the desired version
implementation("net.lsafer.compose-simpleform:compose-simpleform:TAG")
}
repositories {
mavenCentral()
}
dependencies {
// Replace TAG with the desired version
implementation("net.lsafer.compose-simpleform:compose-simpleform:TAG")
}