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 815583a commit ef35cfeCopy full SHA for ef35cfe
README.md
@@ -101,7 +101,7 @@ Add dependency to your module `build.gradle` file:
101
```Groovy
102
dependencies {
103
// ...
104
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.1.2'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.0'
105
}
106
```
107
build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'idea'
22
apply plugin: 'maven'
23
24
group 'com.tschuchort'
25
-version '1.1.2'
+version '1.2.0'
26
27
sourceCompatibility = 1.8
28
0 commit comments