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 b4cee44 commit ff21c50Copy full SHA for ff21c50
README.md
@@ -98,7 +98,7 @@ Add dependency to your module `build.gradle` file:
98
```Groovy
99
dependencies {
100
// ...
101
- implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.0.0'
+ implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.1.0'
102
}
103
```
104
build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'idea'
22
apply plugin: 'maven'
23
24
group 'com.tschuchort'
25
-version '1.0.0'
+version '1.1.0'
26
27
sourceCompatibility = 1.8
28
0 commit comments