react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

Needs to support Kotlin 2.0

Open waqasakrambueid opened this issue 10 months ago • 1 comments

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

waqasakrambueid avatar Dec 16 '24 22:12 waqasakrambueid