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

Update to official Koin alpha version #98

Closed russhwolf closed 4 years ago

russhwolf commented 4 years ago

The build failure here seems real (failing to resolve koin-test, which looks wrong in bintray too), but I don't understand why it passed the first time

saket commented 4 years ago

Is there a changelog for this new version?

kpgalligan commented 4 years ago

@saket changelog for Koin? Not yet. It's effectively 2.1.5, but designed for KMP. The changes are mostly internal. JVM is the same, basically, but on native you can only inject on the main thread, and for Android you can also enable that for consistency (and maybe a bit of performance).

russhwolf commented 4 years ago

Also, in the context of this PR, it should be essentially the same code it was running before, just published in a different place. But having some publishing issues.

saket commented 4 years ago

Sorry I meant changelog from alpha-9 to alpha-1. Didn't realize you folks were just changing the repository.