tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Mozilla Public License 2.0
642 stars 61 forks source link

Support Kotlin 1.9.0 #388

Closed BoD closed 1 month ago

BoD commented 11 months ago

A follow-up to #380 (and closes #379).

Let's see if I have better luck with Windows tests.

apatrida commented 9 months ago

In this PR can we remove the call in KotlinCompilation for setting useIR as it is defaulted to true and is removed by Kotlin 1.9.20-Beta2 so this would just be another breaking change coming soon.

BoD commented 9 months ago

@apatrida I've just pushed a commit to remove useIR. I've also updated to Kotlin 1.9.10.