https://kotlinlang.org logo
p

Paul Woitaschek

08/13/2021, 1:44 PM
I'm using the kotlin mulitplatform plugin in an included build inside a precompiled script plugin. This raises warnings in gradle:
Copy code
Kotlin Multiplatform Projects are an Alpha feature. See: <https://kotlinlang.org/docs/reference/evolution/components-stability.html>. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.
Is there any way to supress these? I have that line in the root gradle.properties but if I add properties files to the included builds that doesn't help 😕