Hello Gradle & Kotlin Folks ๐
Currently itโs not possible to silence certain warnings in gradle / kotlin
like deprecations.
My plan is to work a little workaround:
Is it possible to get the kotlin compiler output or warnings in a custom gradle task?
๐ 1
t
tapchicoma
03/31/2023, 4:10 PM
seems you want something like a baseline feature that will prevent adding new warnings ๐
Unfortunately it is not available, but you could create an issue and vote for it