-
Notifications
You must be signed in to change notification settings - Fork 268
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
Android build is failed for Kotlin 1.7.10 because of enum switch in 4.3.0 version #470
Comments
#457 in
|
I think this deserves a .1 release Will approve if someone can make it (To "release" branch for prerelease) |
any ideas on when the pub release of 4.3.1 might occur? |
@hichaudh the prerelease version 4.3.1-4217521123 is already released and available on pub.dev. |
@thomassth it has been almost 3 weeks since the pre-release and no issues have been reported. Can we release version 4.3.1? |
Flutter build is failed with this error:
/opt/homebrew/Caskroom/flutter/3.3.4/flutter/.pub-cache/hosted/pub.dartlang.org/device_calendar-4.3.0/android/src/main/kotlin/com/builttoroam/devicecalendar/CalendarDelegate.kt: (784, 9): ‘when’ expression must be exhaustive, add necessary ‘DAILY’, ‘HOURLY’, ‘MINUTELY’, ‘SECONDLY’ branches or ‘else’ branch instead
During the research I found out that android source code for release
4.3.0
isn't published (especially the fileCalendarDelegate.kt
):https://github.com/builttoroam/device_calendar/releases/tag/4.3.0
https://pub.dev/packages/device_calendar/versions
The text was updated successfully, but these errors were encountered: