Remove ExperimentalStdlibApi opt-in previously needed for CancellationException
(cherry picked from commit 6a4e568687541a0f09f5e929a2dd6e28ea38246c)
This commit is contained in:
committed by
Stanislav Erokhin
parent
d2ef5ebb51
commit
e061e0a687
@@ -4505,7 +4505,7 @@ if (isAppleTarget(project)) {
|
||||
framework(frameworkName) {
|
||||
sources = ['objcexport']
|
||||
library = libraryName
|
||||
opts = ["-Xemit-lazy-objc-header=$lazyHeader", "-Xopt-in=kotlin.ExperimentalStdlibApi"]
|
||||
opts = ["-Xemit-lazy-objc-header=$lazyHeader"]
|
||||
}
|
||||
swiftSources = ['objcexport']
|
||||
}
|
||||
@@ -4536,7 +4536,6 @@ if (isAppleTarget(project)) {
|
||||
artifact = frameworkArtifactName
|
||||
library = libraryName
|
||||
isStatic = true
|
||||
opts = ['-Xstatic-framework', "-Xopt-in=kotlin.ExperimentalStdlibApi"]
|
||||
}
|
||||
swiftSources = ['objcexport']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user