I create react-native ,I try to release apk to android
by this commit gradlew assembleRelease
but I have this error :
Task :react-native-gradle-plugin:compileKotlin FAILED e: D:\Abd El-Rahman\TijaryStockApp\TijaryStockApp\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\tasks\BundleHermesCTask.kt: (137, 11): This declaration is experimental and its usage must be marked with '@kotlin.ExperimentalStdlibApi' or '@OptIn(kotlin.ExperimentalStdlibApi::class)'
in my environment I added
this:
Can any one help Me