[Gradle Native] Provided default value for produceUnpackedKlib
^KT-64573 Fixed
This commit is contained in:
committed by
Space Team
parent
cb5070e335
commit
36e8f9e3ac
+1
-1
@@ -150,7 +150,7 @@ abstract class AbstractKotlinNativeCompile<
|
||||
abstract val baseName: String
|
||||
|
||||
@get:Input
|
||||
internal abstract val produceUnpackedKlib: Property<Boolean>
|
||||
internal val produceUnpackedKlib: Property<Boolean> = objectFactory.propertyWithConvention(false)
|
||||
|
||||
@get:Input
|
||||
@get:Optional
|
||||
|
||||
Reference in New Issue
Block a user