File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,15 @@ cache:
3232
3333before_install :
3434 - chmod +x gradlew
35+ - chmod +x ksp/gradlew
3536
3637install :
3738 - ./gradlew assemble --info --no-daemon
39+ - ./gradlew -p ksp assemble --info --no-daemon
3840
3941script :
4042 - ./gradlew check --info --no-daemon
43+ - ./gradlew -p ksp check --info --no-daemon
4144
4245notifications :
4346 email : false
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ buildscript {
44 repositories {
55 mavenCentral()
66 maven { url ' https://jitpack.io' }
7- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
87 }
98
109 dependencies {
@@ -16,6 +15,7 @@ buildscript {
1615
1716plugins {
1817 id ' java'
18+ id ' org.jetbrains.kotlin.jvm' version " $kotlin_version "
1919 id " com.github.gmazzo.buildconfig" version " 2.0.1"
2020}
2121
@@ -32,7 +32,6 @@ repositories {
3232 maven { url ' https://jitpack.io' }
3333 maven { url ' https://kotlin.bintray.com/kotlinx' }
3434 jcenter()
35- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
3635}
3736
3837idea {
Original file line number Diff line number Diff line change 11includeBuild(" ../." ) {
22 name(" kotlin-compile-testing" )
33}
4- rootProject. name = ' kotlin-compile-testing-ksp'
4+ rootProject. name = ' kotlin-compile-testing-ksp'
Original file line number Diff line number Diff line change 1- rootProject. name = ' kotlin-compile-testing'
2- include(" :kotlin-compile-testing-ksp" )
3- project(" :kotlin-compile-testing-ksp" ). setProjectDir(new File (" ksp" ))
1+ rootProject. name = ' kotlin-compile-testing'
You can’t perform that action at this time.
0 commit comments