Hey everyone! I open a PR fixing errors on kotlin ...
# koin-contributors
j
Hey everyone! I open a PR fixing errors on kotlin 1.4 https://github.com/InsertKoinIO/koin/pull/873
@arnaud.giuliani could you check it?
a
Thanks @Jeziel Lago 👍
My other thinking is ... perhaps to remove this time API as it is breaking all the time 🙄
j
maybe rewrite without kotlin.time?
a
exact
I as using the old system. time in ms ...
if I remember 🤔
can be enough
j
I rewrote without
kotlin.time
.
a
cool 👍
just fix yoru variables, and it will be ok 👍
j
Done! 😄
n
I’m trying to fix this in 3.0 (yay hopefully my first open source contribution!) I’m also still a beginner to MPP so go easy on me :). I think if we want these changes to work on multiplatform, we’d have to provide an
actual
to get the system clock, or go back to using Kotlin.time (
measureTime
and
measureTimedValue
seem nice) You guys mentioned that this API keep changing and/or breaking? that’s so unfortunate.
a
I think if we want these changes to work on multiplatform,  we’d have to provide an 
actual
 to get the system clock, or go back to using Kotlin.time (
measureTime
 and 
measureTimedValue
 seem nice)
exact