Open vishalpawar048 opened 2 weeks ago
This error occurred for us after integrating RevenueCat SDK along with Crisp Chat in our app. Both use commonmark module but from different groups. Try adding this to your app's build.gradle
.
android {
...other options
configurations {
all {
exclude group: 'org.commonmark', module: 'commonmark' // IMPORTANT: This removes all transitive dependencies of 'org.commonmark' group's `commonmark` module.
}
}
}
Crisp uses commonmark from com.atlassian.commonmark
, which we are keeping and will use for other libraries.
Do you still have issue with latest releases?
I am facing same error in expo build. any solution?
FAILURE: Build failed with an exception.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org.
Getting this as well on the 0.15.1
& 0.14.5
-- working on 0.14.4
and below
Task :react-native-crisp-chat-sdk:compileDebugKotlin FAILED
Only with org.commonmark'?
what is solution for expo ? @baptistejamin
not working with org.commonmark
@baptistejamin
Getting this error in android on version 0.15.1 while running example app of this sdk:
Task :reactnativecrispchatsdk:compileDebugKotlin FAILED
However build was working on 0.14.4.
I installed crisp in the react native project. It works fine with IOS but it is failing with the following error in Android. React Native: 0.74
buildToolsVersion = '34.0.0' minSdkVersion = '24' compileSdkVersion = '34' targetSdkVersion = '34' kotlinVersion = '1.9.23' ndkVersion = "26.1.10909125"
I also tried kotlinVersion: 1.7.20 but no luck.
Error: