Skip to content

Commit

Permalink
Fix K2 usage in PokoCompilerPluginTest
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Nov 17, 2023
1 parent d1b01ca commit 019997c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ class PokoCompilerPluginTest(
verbose = false
jvmTarget = JvmTarget.JVM_1_8.description
if (k2) {
languageVersion = "2.0"
supportsK2 = true
} else {
supportsK2 = false
languageVersion = "1.9"
}

val commandLineProcessor = PokoCommandLineProcessor()
Expand Down

0 comments on commit 019997c

Please sign in to comment.