Fix duplicate const
(cherry picked from commit f7aedf9174882617defb412b6e598af47d16d9d0)
This commit is contained in:
committed by
Vasily Levchenko
parent
09d896d485
commit
e4fc21d7af
@@ -10,8 +10,6 @@ const val KLIB_PROPERTY_INTEROP = "interop"
|
||||
const val KLIB_PROPERTY_EXPORT_FORWARD_DECLARATIONS = "exportForwardDeclarations"
|
||||
const val KLIB_PROPERTY_INCLUDED_HEADERS = "includedHeaders"
|
||||
|
||||
const val KLIB_INTEROP_IR_PROVIDER_IDENTIFIER = "kotlin.native.cinterop"
|
||||
|
||||
interface TargetedLibrary {
|
||||
val targetList: List<String>
|
||||
val includedPaths: List<String>
|
||||
|
||||
Reference in New Issue
Block a user