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

Added new version of koin and move db operations to background thread #18

Closed kpgalligan closed 4 years ago

kpgalligan commented 4 years ago

I added a new version of koin (https://github.com/kpgalligan/koin/tree/kpg/khan). It works somewhat different than regular koin but should be source compatible.

Also moved db operations to background thread.