We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f382c5 commit 1370ee2Copy full SHA for 1370ee2
build.gradle
@@ -37,10 +37,10 @@ allprojects {
37
}
38
39
dependencies {
40
- compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
41
42
- testCompile 'junit:junit:4.12'
43
- testCompile "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
+ testImplementation 'junit:junit:4.12'
+ testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
44
45
46
ext {
0 commit comments