You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we generate a Swift thunk for each imported type Type+SwiftJava.swift. The problem is that we need to tell the SwiftPM build plugin the output file names, where we currently pass in filename+SwiftJava.swift.
That means that the following code does not work in Types.swift:
publicclassClass1{}publicclassClass2{}
We should change this behaviour, by perhaps generating a Swift file per imported file instead.