From 196893bc4dd8d8e777a934d89d1c1fe5918c7be3 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 7 Sep 2020 19:45:59 +0200 Subject: [PATCH] Build: fix more warnings about deprecated/Alpha MPP plugins Using the new flags added in KT-41340 and 413d02621bcc9347cd53e583eb76676c6ab333f3. --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f6f3ff3c88a..6a1f9b80444 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,5 +32,7 @@ kotlin.build.publishing.attempts=20 # TODO: add this flag in a granular way to the modules that don't need stdlib? kotlin.stdlib.default.dependency=false -# Suppress the deprecation warning about using 'org.jetbrains.kotlin.platform.*' in kotlin-stdlib +# Suppress warnings about using deprecated and Alpha multiplatform plugins in kotlin-stdlib kotlin.internal.mpp12x.deprecation.suppress=true +kotlin.mpp.stability.nowarn=true +kotlin.2js.nowarn=true