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 d55dee2 commit 35e8d23Copy full SHA for 35e8d23
README.md
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
97
```Groovy
98
dependencies {
99
// ...
100
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.7'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.8'
101
}
102
```
103
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.7
+VERSION_NAME=1.2.8
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