Compose icon indicating copy to clipboard operation
Compose copied to clipboard

0.3 version requeries java 17

Open kozaxinan opened this issue 2 years ago • 2 comments

https://github.com/KakaoCup/Compose/pull/54 this change introduced java 17 as build jdk. but there is no need to update source and binary compability to java 17 at the moment. this will force users to match java target.

addind java and kotlin targets for java 8 or 11 could be enough.

kozaxinan avatar Nov 28 '23 20:11 kozaxinan

https://developer.android.com/build/releases/gradle-plugin

Screenshot 2024-03-05 at 9 40 14 am

Please take a look for Gradle-AGP-Java compatibility

Vacxe avatar Mar 04 '24 23:03 Vacxe

Isn't that requirement just for JDK? Source code compatibility and which JDK is being used to compile should be different topics, right? Original change could just update the jdk.

We use new agp with java 11 compatibility and jdk 17 for a while. We updated our source compatibility to 17 recently.

This issue is not a blocker for us any more.

Feel free to close.

kozaxinan avatar Mar 10 '24 20:03 kozaxinan