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.
2 parents 59ccadb + 1781304 commit 2c36548Copy full SHA for 2c36548
1 file changed
live-objects/build.gradle.kts
@@ -11,10 +11,11 @@ repositories {
11
}
12
13
dependencies {
14
- implementation(project(":java"))
+ compileOnly(project(":java"))
15
implementation(libs.bundles.common)
16
implementation(libs.coroutine.core)
17
18
+ testImplementation(project(":java"))
19
testImplementation(kotlin("test"))
20
testImplementation(libs.bundles.kotlin.tests)
21
0 commit comments