I have written a KMP library that is compiled with...
# multiplatform
m
I have written a KMP library that is compiled with following versions: • Kotlin 1.9.2 • Gradle 8.2.2 • JDK 17 Is it possible to make it compatible with an android project that is compiled with: • Kotlin 1.4.10 • Gradle 4.20 • JDK 1.8 ?