adaptyteam / AdaptySDK-React-Native

React Native SDK for growing in-app subscriptions
https://docs.adapty.io/docs/quickstart
MIT License
122 stars 12 forks source link

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-adapty:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details #105

Closed eliezerBrasilian closed 7 months ago

eliezerBrasilian commented 7 months ago

Description

image

image

image

Version

v2.9.1

What platforms are you seeing the problem on?

Android

System info

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-adapty:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details
vladd-g commented 7 months ago

@eliezerBrasilian please try changing the Kotlin version from 1.6.21 to 1.8.0 to see if it helps

eliezerBrasilian commented 7 months ago

all right, i'll try it out, thank you

eliezerBrasilian commented 7 months ago

it worked, thanks image