[K/N] Remove unused gradle ext properties

This commit is contained in:
Alexander Shabalin
2024-03-04 23:11:12 +01:00
committed by Space Team
parent bb8c8431e8
commit 5a9eea8c45
-3
View File
@@ -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<Object, URLClassLoader>()
}