What’s interesting is that the stdlib was earlier ...
# multiplatform
s
What’s interesting is that the stdlib was earlier accessible without even adding it as a dependency to my native targets
Huh. Updating the kotlin IDE plugin from 1.3.60 to 1.3.72 fixed the problem for me. I had no idea the stdlib was dependent on the IDE.
r
Should build from gradle fine regardless, but the IDE plugin gets confused on the native side if it doesn’t match the gradle plugin version. I guess lots of stuff changed internally between 1.3.6x and 1.3.7x
s
Yea I had a lot of fun updating all my dependencies today. So thankful that you folks maintain a fork of koin with kotlin 1.3.70 support!
r
Mainline Koin should work with 1.3.70. Our fork (which should be upstreamed soon as part of 3.0) is more about handling threading
s
Ah right that’s another reason I use your fork.
🙂 1