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
I'm using Napier for Android/iOS multiplatform project. I'm getting such warning on __attribute__((swift_name("NapierNapier.Level"))) line.
Also when I tried to pass NapierNapier.Level as a parameter of crashlyticsAddLog lambda, kotlin didn't generated an initializer in obj-c code at all. I've tried some simple enums in my shared code, and those are available in my iOS code, so It's strange that enum from Napier is not.
Perfectly I'd like to use the enum, but at least I don't want that warning in Xcode, when I pass Int.
The text was updated successfully, but these errors were encountered:
I'm using Napier for Android/iOS multiplatform project. I'm getting such warning on
__attribute__((swift_name("NapierNapier.Level")))
line.Also when I tried to pass
NapierNapier.Level
as a parameter ofcrashlyticsAddLog
lambda, kotlin didn't generated an initializer in obj-c code at all. I've tried some simple enums in my shared code, and those are available in my iOS code, so It's strange that enum from Napier is not.Perfectly I'd like to use the enum, but at least I don't want that warning in Xcode, when I pass Int.
The text was updated successfully, but these errors were encountered: