Skip to content

Commit 73b8dc3

Browse files
committed
Make symbol-processing-api and common-deps compile dependency
1 parent 7187be7 commit 73b8dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin-analysis-api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ publishing {
297297
"kotlinx-coroutines-core-jvm",
298298
aaCoroutinesVersion
299299
)
300-
addDependency("com.google.devtools.ksp", "symbol-processing-api", version)
301-
addDependency("com.google.devtools.ksp", "symbol-processing-common-deps", version)
300+
addDependency("com.google.devtools.ksp", "symbol-processing-api", version, "compile")
301+
addDependency("com.google.devtools.ksp", "symbol-processing-common-deps", version, "compile")
302302
}
303303
}
304304
}

0 commit comments

Comments
 (0)