Elad Finish
Results
2
comments of
Elad Finish
here is a solution: in class MimeType, add: ``` HEIC("image/heic", arraySetOf( "heic" )), ... public static Set ofImage() { return EnumSet.of(JPEG, PNG, GIF, BMP, WEBP, HEIC); } ```
Hi @elijulian it's not just a matter of taste in `build.gradle.kts` of KMM project (Kotlin Multiplatform Mobile), it doesn't compile. so this syntax is really needed: `implementation("com.kosherjava:zmanim:2.5.0")` relevant PR: https://github.com/KosherJava/zmanim/pull/210