cometchat / cometchat-sample-app-flutter

Voice & Video Calling and Text Chat App for Flutter
https://www.cometchat.com
Other
30 stars 28 forks source link

I can't compile(for Android) #2

Closed CRC32EX closed 5 months ago

CRC32EX commented 2 years ago

Describe the problem

I can't compile(for Android)

Reproduction

BUILD FAILED in 16sRunning Gradle task 'assembleDebug'... 16.8s Exception: Gradle task assembleDebug failed with exit code 1


### Environment
- Windows 11 64bit

flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.0.3, on Microsoft Windows [Version 10.0.22000.469], locale ja-JP) [√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) [√] Chrome - develop for the web [√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.1.6) [√] Android Studio (version 2021.2) [√] IntelliJ IDEA Community Edition (version 2021.3) [√] VS Code (version 1.68.1) [√] Connected device (4 available) [√] HTTP Host Availability

• No issues found!

Shantanu-CometChat commented 2 years 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