Skip to content

Execution failed for task ':react-native-pager-view:compileDebugKotlin'. A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction #1048

@ElakkiyaSelvarajan

Description

@ElakkiyaSelvarajan

react": "19.2.0",
"react-native": "0.83.0",
"react-native-pager-view": "^7.0.2",

buildscript {
ext {
buildToolsVersion = "36.0.0"
minSdkVersion =29
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
kotlinVersion = "2.1.20"
playServicesLocationVersion = "21.0.1"

}
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
flatDir {
dirs 'libs'
}
}
dependencies {
classpath("com.android.tools.build:gradle:8.6.0")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
classpath('com.google.gms:google-services:4.4.2')
}
}

apply plugin: "com.facebook.react.rootproject"

I'm getting an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions