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