[Native] TargetedLibraryImpl: Respect 'commonizerNativeTargets' property
^KT-50847 Verification Pending
This commit is contained in:
committed by
Space
parent
5e931a3039
commit
0fd65ab1a0
@@ -109,7 +109,7 @@ val KotlinLibrary.containsErrorCode: Boolean
|
||||
val KotlinLibrary.commonizerTarget: String?
|
||||
get() = manifestProperties.getProperty(KLIB_PROPERTY_COMMONIZER_TARGET)
|
||||
|
||||
val KotlinLibrary.commonizerNativeTargets: List<String>?
|
||||
val BaseKotlinLibrary.commonizerNativeTargets: List<String>?
|
||||
get() = if (manifestProperties.containsKey(KLIB_PROPERTY_COMMONIZER_NATIVE_TARGETS))
|
||||
manifestProperties.propertyList(KLIB_PROPERTY_COMMONIZER_NATIVE_TARGETS, escapeInQuotes = true)
|
||||
else null
|
||||
|
||||
Reference in New Issue
Block a user