Hi all!! Can I suppress kotlin compile warnings du...
# server
s
Hi all!! Can I suppress kotlin compile warnings during gradle build via passing system property parameter something like:
-DkotlinOptions.suppressWarnings=true
?
v
I guess at least by evaluating the system property yourself and setting
suppressWarnings
in the configuration.
s
ok thanks