Kotlin 1.9.0 has been released! Highlights include: Kotlin K2 for JVM is in Beta, other K2 compiler updates, new enum class values function, new operator for open-ended ranges, preview of Gradle configuration cache in Kotlin Multiplatform, changes for Android target support in Kotlin Multiplatform, ...
Has anyone had issues with compiling script plugins using 1.9.0? I maintain a library of shared script (aka convention) plugins for my company. After trying to update to compile against 1.9.0, everything just seems to fail. Most notably, it seems that extension values to tasks can’t be resolved. This means I don’t have any ways of configuring tasks.