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
tapchicoma
11/18/2024, 4:01 PM
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
Oleg Nenashev
11/19/2024, 4:06 PM
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
tapchicoma
03/21/2025, 3:55 PM
initial integration from KGP side should be available in 2.2.0-Beta1