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 755ac3f commit 1a060d8Copy full SHA for 1a060d8
build.gradle
@@ -21,9 +21,9 @@ buildscript {
21
22
dependencies {
23
24
- compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
25
26
- testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
+ testImplementation'io.kotlintest:kotlintest-runner-junit5:3.0.6'
27
}
28
29
repositories {
0 commit comments