aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/it-multimodule-1/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/gradle/projects/it-multimodule-1/build.gradle')
-rw-r--r--integration-tests/gradle/projects/it-multimodule-1/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-multimodule-1/build.gradle b/integration-tests/gradle/projects/it-multimodule-1/build.gradle
index aa46d030..57d22b79 100644
--- a/integration-tests/gradle/projects/it-multimodule-1/build.gradle
+++ b/integration-tests/gradle/projects/it-multimodule-1/build.gradle
@@ -7,8 +7,8 @@ apply from: '../template.root.gradle.kts'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
- compile project(':first')
- compile project(':second')
+ implementation project(':first')
+ implementation project(':second')
}