From c35e0438b655de5661443bce8c4e5d8ca40cc127 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Mon, 21 Jun 2021 20:02:00 +0200 Subject: [PATCH] Switch `disableKotlinPluginModules` flag --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 9da19d2587f..ca951704635 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,3 +47,4 @@ kotlin.native.enabled=false kotlin.native.home=kotlin-native/dist org.gradle.vfs.watch=true +disableKotlinPluginModules=true