touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Issue 156: Crash on api 21 #157

Closed brady-aiello closed 3 years ago

brady-aiello commented 3 years ago

[Summary] App crashes on start for API 21. Due to not enabling Java 8 desugaring necessary for the KotlinX Datetime library.

[Fix] Enable desugaring in Android Gradle.

[Testing] Manually tested Android app for correct behavior.

https://github.com/touchlab/KaMPKit/issues/156