BikeShare icon indicating copy to clipboard operation
BikeShare copied to clipboard

Βuild error - kmp-nativecoroutines-gradle-plugin

Open ptsiogas opened this issue 2 years ago • 2 comments

Hi there,

I tried to build the project and the version 0.12.1-new-mm of com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin cannot be resolved. I tried to update it to 0.12.2 and it works fine for Android.

ptsiogas avatar May 26 '22 08:05 ptsiogas

@rickclephas in case you've come across this? Looks like it should be there....not sure why it's not resolving.

https://mvnrepository.com/artifact/com.rickclephas.kmp/kmp-nativecoroutines-gradle-plugin/0.12.1-new-mm

joreilly avatar May 26 '22 08:05 joreilly

Hmm weird. I was able to run ./gradlew :common:build successfully on a fresh clone.

I tried to update it to 0.12.2 and it works fine for Android.

Note that 0.12.2 is using the old memory model where 0.12.1-new-mm and 0.12.2-new-mm are using the new one.

rickclephas avatar May 26 '22 09:05 rickclephas