From: TheSaminator Date: Tue, 15 Feb 2022 21:14:11 +0000 (-0500) Subject: Remove MPP stability warning X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=137285e5cef460e738f6a764c40234752a9be38d;p=starship-fights Remove MPP stability warning --- diff --git a/gradle.properties b/gradle.properties index b18e3ad..c6a3706 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,4 @@ kotlin.code.style=official kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=false kotlin.js.generate.executable.default=false +kotlin.mpp.stability.nowarn=true