File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Add dependency to your module's `build.gradle` file:
9393``` Groovy
9494dependencies {
9595 // ...
96- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.2 '
96+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.3 '
9797}
9898```
9999
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kotlin.code.style=official
22kotlin.incremental =false
33
44GROUP =com.github.tschuchortdev
5- VERSION_NAME =1.2.3 -SNAPSHOT
5+ VERSION_NAME =1.2.4 -SNAPSHOT
66POM_DESCRIPTION =A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
77POM_INCEPTION_YEAR =2019
88POM_URL =https://github.com/tschuchortdev/kotlin-compile-testing
You can’t perform that action at this time.
0 commit comments