Fix flags for swiftinterop (#3354)
This commit is contained in:
@@ -55,7 +55,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
macosX64("macos") {
|
macosX64("macos") {
|
||||||
compilations.main.extraOpts = (project.hasProperty('compilerArgs') ? compilerArgs.split() : []) + '-opt'
|
compilations.main.kotlinOptions.freeCompilerArgs = ["-l", "kotlinx-cli", "-opt"] + (project.hasProperty('compilerArgs') ? compilerArgs.split() : [])
|
||||||
binaries {
|
binaries {
|
||||||
framework(frameworkName, [RELEASE])
|
framework(frameworkName, [RELEASE])
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user