[interop] exludeFunctions should filter out the gloabls list too
This commit is contained in:
committed by
Vasily Levchenko
parent
d470df57c0
commit
d405a87512
+1
-1
@@ -804,7 +804,7 @@ class StubGenerator(
|
||||
}
|
||||
}
|
||||
|
||||
nativeIndex.globals.forEach {
|
||||
nativeIndex.globals.filter { it.name !in excludedFunctions }.forEach {
|
||||
try {
|
||||
stubs.add(
|
||||
GlobalVariableStub(it, this)
|
||||
|
||||
Reference in New Issue
Block a user