We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd92a5 commit b15afeeCopy full SHA for b15afee
README.md
@@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file:
96
```Groovy
97
dependencies {
98
// ...
99
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.4'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.5'
100
}
101
```
102
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
+VERSION_NAME=1.2.5
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