[K/N] Move KonanMangler to a new common module
^KT-61248 Fixed
This commit is contained in:
committed by
teamcity
parent
d1127f1a31
commit
ddfd94b3b2
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":compiler:ir.tree"))
|
||||
api(project(":compiler:ir.serialization.common"))
|
||||
|
||||
implementation(project(":compiler:ir.objcinterop"))
|
||||
implementation(project(":core:compiler.common.native"))
|
||||
|
||||
compileOnly(intellijCore())
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
}
|
||||
Reference in New Issue
Block a user