callstack / callstack/react-native-pager-view

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

Open
#1,048 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.