[K/N] Modularise :kotlin-native:native.backend to extract objc header generation (2/2)
^KT-63905 Fixed
This commit is contained in:
committed by
Space Team
parent
ae9f3d66c2
commit
0713866c1e
+11
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(
|
||||
listOf(
|
||||
":native:base",
|
||||
":native:objcexport-header-generator",
|
||||
":compiler:ir.serialization.native"
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user