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 if react native project compiled against kotlin > 2.0 so safe area generate error.
/node_modules/react-native-safe-area-context/android/src/paper/java/com/th3rdwave/safeareacontext/UIManagerHelperCompat.kt:18:19 Class 'kotlin.Suppress' was compiled with an incompatible version of Kotlin. The actual metadata version is 2.1.0, but the compiler version 1.9.0 can read versions up to 2.0.0. The class is loaded from ˜Home/.gradle/caches/8.9/transforms/9e0e5754a34b07ba52965c0f10a4ff22/transformed/jetified-kotlin-stdlib-2.1.0.jar!/kotlin/Suppress.class
The text was updated successfully, but these errors were encountered:
Currently if react native project compiled against kotlin > 2.0 so safe area generate error.
/node_modules/react-native-safe-area-context/android/src/paper/java/com/th3rdwave/safeareacontext/UIManagerHelperCompat.kt:18:19 Class 'kotlin.Suppress' was compiled with an incompatible version of Kotlin. The actual metadata version is 2.1.0, but the compiler version 1.9.0 can read versions up to 2.0.0. The class is loaded from ˜Home/.gradle/caches/8.9/transforms/9e0e5754a34b07ba52965c0f10a4ff22/transformed/jetified-kotlin-stdlib-2.1.0.jar!/kotlin/Suppress.class
The text was updated successfully, but these errors were encountered: