[K/N] Remove global execClang extension

This commit is contained in:
Alexander Shabalin
2024-03-04 23:16:55 +01:00
committed by Space Team
parent aead2c2bff
commit 3532056e0d
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -88,7 +88,6 @@ void setupHostAndTarget() {
void setupClang(Project project) {
project.extensions.platformManager = project.project(":kotlin-native").ext.platformManager
project.extensions.execClang = org.jetbrains.kotlin.ExecClang.create(project)
}
configurations {