Hello Gradle & Kotlin Folks :wave: Currently itโ€™s not possible to silence certain warnings in gr...
r
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
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
r