KBuilder is an Android Library to build forms in an easy way
- Add the following to your project level
build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}- Add this to your app
build.gradle:
dependencies {
implementation 'com.github.ciaosonokekko:KBuilder:master'
}