Skip to content

Commit

Permalink
Rename more ksp.useK2 to ksp.useKSP2
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Oct 31, 2023
1 parent c188d67 commit c98b9b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class PlaygroundIT(val useKSP2: Boolean) {

@Test
fun testVersions() {
Assume.assumeFalse(useK2)
Assume.assumeFalse(useKSP2)
val kotlinCompile = "org.jetbrains.kotlin.gradle.tasks.KotlinCompile"
val buildFile = File(project.root, "workload/build.gradle.kts")
buildFile.appendText("\ntasks.withType<$kotlinCompile> {")
Expand Down Expand Up @@ -333,7 +333,7 @@ class PlaygroundIT(val useKSP2: Boolean) {

@Test
fun testProjectExtensionCompilerOptions() {
Assume.assumeFalse(useK2)
Assume.assumeFalse(useKSP2)
Assume.assumeFalse(System.getProperty("os.name").startsWith("Windows", ignoreCase = true))
val properties = File(project.root, "gradle.properties")
properties.writeText(
Expand Down

0 comments on commit c98b9b5

Please sign in to comment.