What’s interesting is that the stdlib was earlier accessible without even adding it as a dependency to my native targets
saket
04/18/2020, 8:56 PM
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
russhwolf
04/18/2020, 10:16 PM
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
saket
04/18/2020, 10:23 PM
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
russhwolf
04/18/2020, 10:25 PM
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