[K/N] Move KonanIrModuleSerializer to serialization.native
KT-64392
This commit is contained in:
committed by
Space Team
parent
199d9d4880
commit
a1970d3d57
+3
@@ -5,6 +5,7 @@
|
||||
|
||||
package org.jetbrains.kotlin.name
|
||||
|
||||
@Suppress("ConstPropertyName")
|
||||
object NativeStandardInteropNames {
|
||||
val cInteropPackage = FqName("kotlinx.cinterop")
|
||||
|
||||
@@ -32,4 +33,6 @@ object NativeStandardInteropNames {
|
||||
|
||||
val syntheticPackages = setOf(cNamesPackage, objCNamesPackage)
|
||||
}
|
||||
|
||||
const val cTypeDefinitionsFileName = "CTypeDefinitions"
|
||||
}
|
||||
Reference in New Issue
Block a user