-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
app demo can't run in Android 23 emulator #223
Comments
please make sure you use compose 1.7 or newer |
Maybe my description wasn't accurate enough. All code is from the develop branch of the current project and I have not made any changes. Just run the app module on the official android emulator (api 21 or api 23),then the above error occurs. I have also confirmed that Compose Version is 1.7.3. |
The cause of this carsh is Default methods require API level 24. |
Attempted to enable desugaring, but it didn't seem to fix it. That said. this seems to be from compose, and not from this library itself. Will update the sample app to min API 24 though to be more clear on this. |
If someone has some more resources to look into to address this, I'd be curious about it. |
I think need report this problem to Google, I will take the time to create a minimal reproduction example and submit it to Google |
About this issue
Details
//test android 24 & android 34,no error.
//test android 21 & android 23,same error.
when add next config on multiplatform-mark-renderer module build.gradle.kts,app now work well at android 21 (include android 23).
The text was updated successfully, but these errors were encountered: