We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9143 commit 4cef2e4Copy full SHA for 4cef2e4
1 file changed
build.gradle.kts
@@ -243,7 +243,7 @@ subprojects {
243
244
//Attach the subproject to the root project
245
rootProject.dependencies {
246
- "implementationOnly"(project(path = ":$name", configuration = "dev"))
+ implementation(project(path = ":$name", configuration = "dev"))
247
testImplementation(project(path = ":$name", configuration = "test"))
248
include(project(path = ":$name", configuration = "out"))
249
}
0 commit comments