TypeAlias with Kotlin Multiplatform

Hello,
I’m working in a Kotlin Multiplatform project…
Could I call Kotlin typeAlias in my swift function after import my SharedLibrary?

thanks

1 Like

Hello, @rshigenari.1! Can you clarify a bit, what exactly you were trying to typealias there?

I create a typealias in my Kotlin code, and I generate a SharedLibrary.framework to use in my swift code, can I call these same typealias in the Xcode? The Xcode does not recognize that I have this type in my SharedLibrary.

1 Like