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
Fix compiler warning: Opt-in requirement marker is unresolved
kotlin.native.runtime.NativeRuntimeApi and kotlinx.cinterop.ExperimentalForeignApi opt-in requirement markers are native-only and thus not found in other modules.
0 commit comments