-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Description
Hi,
react-native 0.76.9
react-native-pager-view: 7.0.0
android/build.gradle settings is like
ext {
kotlinVersion = "1.9.25"
RNNKotlinVersion = kotlinVersion
buildToolsVersion = "35.0.0"
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.25"
googlePlayServicesVersion = "10.2.1"
ndkVersion = "25.1.8937393"
}
When we run the npx react-native run-android command, the following error is returned
Execution failed for task ':react-native-pager-view:compileDebugKotlin'.
How can we fix this error?
Metadata
Metadata
Assignees
Labels
No labels