android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
16.61k stars 3.01k forks source link

[Bug]: Desugaring doesn't need to fix at JDK 11 version. #1483

Open Jaehwa-Noh opened 4 months ago

Jaehwa-Noh commented 4 months ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

What happened?

In this issuetracker shows, no need to fix the version of JDK at 11 to use desugaring. https://issuetracker.google.com/issues/343505126

I bump JDK 11 to JDK 17 with using toolchain at #1392 Kindly check it.

Relevant logcat output

No response

Code of Conduct