genovich
10/01/2025, 12:11 AMSwiftExportAction doesn't "see" the created interop library. What am I doing wrong? Is it even possible in the current state of the swift export?
the error is
Execution failed for task ':shared:iosX64DebugSwiftExport'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.plugin.mpp.apple.swiftexport.internal.SwiftExportAction
> Can't translate parameter value: com.google.firebase.auth.FIRUser type in constructor(value: com.google.firebase.auth.FIRUser): Symbol not found for com/google/firebase/auth/FIRUser
for the code like this
class FirebaseUser(val value: FIRUser)Artem Olkov
10/01/2025, 7:33 AM