File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencyResolutionManagement {
2323
24242 . Add the dependency in your build.gradle file.
2525``` kotlin
26- implementation ' com.github.benjamin-luescher:compose-form:0.2.6 '
26+ implementation ' com.github.benjamin-luescher:compose-form:0.2.7 '
2727```
2828
2929## Easy example
Original file line number Diff line number Diff line change @@ -62,15 +62,14 @@ dependencies {
6262
6363 // Reflection
6464 implementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlin_version " )
65- debugImplementation ' androidx.compose.ui:ui-tooling:1.5.4'
6665}
6766
6867publishing {
6968 publications {
7069 release(MavenPublication ) {
7170 groupId = ' com.github.benjamin-luescher'
7271 artifactId = ' compose-form'
73- version = ' 0.2.6 '
72+ version = ' 0.2.7 '
7473
7574 afterEvaluate {
7675 from components. release
You can’t perform that action at this time.
0 commit comments