Closed CRC32EX closed 7 months ago
Hi this is a issue related to kotlin version update, we are working on the fix and will update you as soon as this is resolved meanwhile you can fix it by replacing all occurrence in cometchatplugin.kt:
result.error(e.code!, e.message, e.details) with result.error(e.code!!, e.message, e.details)
Sorry for the inconvenience
Describe the problem
I can't compile(for Android)
Reproduction
Step 1. Clone repository
Step 2. Change const Strings.(appId, authKey, region)
Step 3. Error
Try: 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
BUILD FAILED in 16sRunning Gradle task 'assembleDebug'... 16.8s Exception: Gradle task assembleDebug failed with exit code 1
• No issues found!