Skip to content

Commit b846390

Browse files
yigittschuchortdev
authored andcommitted
Clarify main project dependency comment
1 parent 7e2545d commit b846390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ksp/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ repositories {
4141
}
4242

4343
dependencies {
44-
// this gets swapped w/ the included build
44+
// We do not specify a version here because `kotlin-compile-testing` is an included build and gradle will use the
45+
// main module of the main project as the dependency.
4546
api("com.github.tschuchortdev:kotlin-compile-testing")
4647
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4748
implementation "org.jetbrains.kotlin:kotlin-symbol-processing-api:$ksp_version"

0 commit comments

Comments
 (0)