Are there plans to make Kotlin compilation errors ...
# gradle
g
Are there plans to make Kotlin compilation errors and warnings be reported through the Gradle Problems API, as does Java compilation (since 8.11)? Is there an open issue we can follow?
3
t
We are actively monitoring this new API improvements and may migrate to it in Kotlin 2.1.20 release for Kotlin Gradle plugin messages (issue). We are also discussing migrating Kotlin compiler message to this new API.
❤️ 5
K 3
o
FWIW Problems API is currently incubating, but it is one of the items in the scope for Gradle 9.0 to grow adoption. So any feedback on this API will be appreciated!
t
initial integration from KGP side should be available in 2.2.0-Beta1
K 2