Remove ksp.kt copy (#1437)

This commit is contained in:
Zac Sweers
2021-11-30 21:21:33 -05:00
committed by GitHub
parent 4a6cfb4d58
commit 9a9cc450c6
3 changed files with 2 additions and 230 deletions

View File

@@ -85,8 +85,7 @@ dependencies {
testImplementation(libs.ksp)
testImplementation(libs.ksp.api)
testImplementation(libs.kotlin.compilerEmbeddable)
// TODO reenable when it supports KSP 1.0.1+
// testImplementation(libs.kotlinCompileTesting.ksp)
testImplementation(libs.kotlinCompileTesting.ksp)
// Copy these again as they're not automatically included since they're shaded
testImplementation(project(":moshi"))