I migrated one of my project i replaced groovy build scripts with kts in many places i am getting `...
a
I migrated one of my project i replaced groovy build scripts with kts in many places i am getting
marked with @Incubating
warining is there any way to disable those warning project wide without using the
@file:Suppress("UnstableApiUsage")
f
It's an IDEA inspection so you can disable it in IDEA.