-
-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution failed for task ':rnmapbox_maps:compileDebugKotlin'. #3765
Comments
Yes it's fixed use patch #3753
…On Tue, 4 Feb, 2025, 12:55 pm Purushottam Samlety, ***@***.***> wrote:
is this fixed?
any updates?
—
Reply to this email directly, view it on GitHub
<#3765 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3Q7UMZBRBZTGQUXJW5JYF32OBTOHAVCNFSM6AAAAABWLOI4O2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTGA3TSMBYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If i downgrade the kotlin version from 1.9.24 to 1.8.22 ?, will it work without apply the patch , |
You have to apply the patch it's necessary
…On Tue, 4 Feb, 2025, 1:45 pm Purushottam Samlety, ***@***.***> wrote:
If i downgrade the kotlin version from 1.9.24 to 1.8.22 ?, will it work
without apply the patch ,
Or do I need to apply the patch ?
—
Reply to this email directly, view it on GitHub
<#3765 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3Q7UM6RIBKRCMURKGAFI532OBZKJAVCNFSM6AAAAABWLOI4O2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTGE3TOOJQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok, Thanks for help |
Not working for me |
ecution failed for task ':rnmapbox_maps:compileDebugKotlin'.
android/buid.gradle
buildscript {
ext {
buildToolsVersion = "35.0.0"
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
RNMapboxMapsImpl = "mapbox"
// RNMapboxMapsVersion = '10.1.33'
}
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
react native version v0.77
The text was updated successfully, but these errors were encountered: