Skip to content

Commit d534c98

Browse files
ileasilenikitinas
authored andcommitted
Test incompatibilities with Gradle 7.0
1 parent 12252ca commit d534c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ allprojects {
3737
}
3838

3939
dependencies {
40-
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
40+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
4141

42-
testCompile 'junit:junit:4.12'
43-
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
42+
testImplementation 'junit:junit:4.12'
43+
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
4444
}
4545

4646
ext {

0 commit comments

Comments
 (0)