Add test for KT-43517 and KT-43530
This commit is contained in:
committed by
Stanislav Erokhin
parent
30345c3708
commit
12723fb009
@@ -3800,6 +3800,9 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
it.defFile 'interop/objc/illegal_sharing_with_weak/objclib.def'
|
||||
it.headers "$projectDir/interop/objc/illegal_sharing_with_weak/objclib.h"
|
||||
}
|
||||
createInterop("objcKt43517") {
|
||||
it.defFile 'framework/kt43517/kt43517.def'
|
||||
}
|
||||
}
|
||||
|
||||
createInterop("withSpaces") {
|
||||
@@ -4672,6 +4675,14 @@ if (isAppleTarget(project)) {
|
||||
}
|
||||
swiftSources = ['framework/kt42397']
|
||||
}
|
||||
|
||||
frameworkTest("testKt43517Framework") {
|
||||
framework('Kt43517') {
|
||||
sources = ['framework/kt43517']
|
||||
library = 'objcKt43517'
|
||||
}
|
||||
swiftSources = ['framework/kt43517/']
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user