We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca0769 commit cc5a15cCopy full SHA for cc5a15c
README.md
@@ -93,7 +93,7 @@ Add dependency to your module's `build.gradle` file:
93
```Groovy
94
dependencies {
95
// ...
96
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.2'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.3'
97
}
98
```
99
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
kotlin.incremental=false
3
4
GROUP=com.github.tschuchortdev
5
-VERSION_NAME=1.2.3-SNAPSHOT
+VERSION_NAME=1.2.4-SNAPSHOT
6
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
7
POM_INCEPTION_YEAR=2019
8
POM_URL=https://github.com/tschuchortdev/kotlin-compile-testing
0 commit comments