From 5a9eea8c45e035edaf7358b161bc2ed6666b81f7 Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Mon, 4 Mar 2024 23:11:12 +0100 Subject: [PATCH] [K/N] Remove unused gradle ext properties --- kotlin-native/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/kotlin-native/build.gradle b/kotlin-native/build.gradle index 4234a41d501..35ac5df04fc 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -72,9 +72,6 @@ ext { KonanTarget.LINUX_MIPSEL32.INSTANCE ] - kotlinCompilerModule = project(":kotlin-compiler") - kotlinStdLibModule= project(":kotlin-stdlib") - // A separate map for each build for automatic cleaning the daemon after the build have finished. toolClassLoadersMap = new ConcurrentHashMap() }