tschuchortdev / kotlin-compile-testing

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

Support Kotlin 1.8.21 #380

Closed tschuchortdev closed 6 months ago

tschuchortdev commented 1 year ago

Closes #379

dariuszkuc commented 1 year ago

👋 any luck with debugging windows issue on this?

tschuchortdev commented 1 year ago

Not really. I tested it on my own Windows 10 computer with various JDKs and it worked fine. If you have any ideas I would be grateful to hear them. Perhaps it is necessary to disable the Windows tests temporarily, but I'd like to avoid that if possible.

BoD commented 1 year ago

Just opened a PR to support 1.9.0: #388

dariuszkuc commented 1 year ago

@tschuchortdev by any chance can we release it as is?

I tried building this on my Windows 10 machine and it worked fine using JDK 11/17 from IntelliJ, command prompt, powershell and WSL2. There might be an issue with Windows 11 but don't have a local machine to test it out.

tschuchortdev commented 6 months ago

Superseded by release for 1.9.24