Native: support -Xoverride-konan-properties in generatePlatformLibraries
This commit is contained in:
committed by
Space
parent
1d3e72cef4
commit
149e596bef
+1
-1
@@ -541,7 +541,7 @@ internal fun buildNativeLibrary(
|
||||
)
|
||||
}
|
||||
|
||||
private fun parseKeyValuePairs(
|
||||
fun parseKeyValuePairs(
|
||||
argumentValue: List<String>,
|
||||
): Map<String, String> = argumentValue.mapNotNull {
|
||||
val keyValueSeparatorIndex = it.indexOf('=')
|
||||
|
||||
Reference in New Issue
Block a user