Skip to content

Commit 4cef2e4

Browse files
committed
With this single line, I broke stapi
1 parent 70b9143 commit 4cef2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ subprojects {
243243

244244
//Attach the subproject to the root project
245245
rootProject.dependencies {
246-
"implementationOnly"(project(path = ":$name", configuration = "dev"))
246+
implementation(project(path = ":$name", configuration = "dev"))
247247
testImplementation(project(path = ":$name", configuration = "test"))
248248
include(project(path = ":$name", configuration = "out"))
249249
}

0 commit comments

Comments
 (0)