vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
249 stars 8 forks source link

✏️ Fix compile error by modifying compileOptions and setting JVM target to 17 #35

Closed mrljdx closed 1 month ago

mrljdx commented 1 month ago

Resolved an inconsistency in JVM target compatibility between 'compileDebugJavaWithJavac' (11) and 'compileDebugKotlinAndroid' (17) by updating the compile options to use JVM target 17.