[K/N] Remove unused gradle ext properties
This commit is contained in:
committed by
Space Team
parent
bb8c8431e8
commit
5a9eea8c45
@@ -72,9 +72,6 @@ ext {
|
|||||||
KonanTarget.LINUX_MIPSEL32.INSTANCE
|
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.
|
// A separate map for each build for automatic cleaning the daemon after the build have finished.
|
||||||
toolClassLoadersMap = new ConcurrentHashMap<Object, URLClassLoader>()
|
toolClassLoadersMap = new ConcurrentHashMap<Object, URLClassLoader>()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user