File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/gradle-kotlin-dsl-multiproject Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurr
3
3
4
4
plugins {
5
5
`java- gradle- plugin`
6
- kotlin(" jvm" ) version " 1.7.20 "
6
+ kotlin(" jvm" ) version " 1.7.21 "
7
7
jacoco
8
8
id(" pl.droidsonroids.jacoco.testkit" ) version " 1.0.9"
9
9
id(" org.gradle.test-retry" ) version " 1.4.1"
Original file line number Diff line number Diff line change 1
1
import org.cqfn.diktat.plugin.gradle.DiktatExtension
2
2
3
3
plugins {
4
- kotlin(" jvm" ) version " 1.7.20 "
4
+ kotlin(" jvm" ) version " 1.7.21 "
5
5
id(" org.cqfn.diktat.diktat-gradle-plugin" )
6
6
}
7
7
Original file line number Diff line number Diff line change 42
42
<maven .compiler.source>1.8</maven .compiler.source>
43
43
<maven .compiler.target>1.8</maven .compiler.target>
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
- <kotlin .version>1.7.20 </kotlin .version>
45
+ <kotlin .version>1.7.21 </kotlin .version>
46
46
<kotlin .compiler.incremental>true</kotlin .compiler.incremental>
47
47
<kotlin .code.style>official</kotlin .code.style>
48
48
<kotlinx .serialization.version>1.4.1</kotlinx .serialization.version>
You can’t perform that action at this time.
0 commit comments