We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c472458 commit dfd769cCopy full SHA for dfd769c
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.3'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.4'
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.4-SNAPSHOT
+VERSION_NAME=1.2.4
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