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.
1 parent 7e2545d commit b846390Copy full SHA for b846390
ksp/build.gradle
@@ -41,7 +41,8 @@ repositories {
41
}
42
43
dependencies {
44
- // this gets swapped w/ the included build
+ // 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.
46
api("com.github.tschuchortdev:kotlin-compile-testing")
47
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
48
implementation "org.jetbrains.kotlin:kotlin-symbol-processing-api:$ksp_version"
0 commit comments