russhwolf / multiplatform-settings

A Kotlin Multiplatform library for saving simple key-value data
Apache License 2.0
1.7k stars 67 forks source link

Migrate to Gradle 4.10 #11

Closed brettwillis closed 5 years ago

brettwillis commented 5 years ago

Many Kotlin multiplatform libraries (coroutines, serialization, atomicfu) are migrating to Gradle 4.10 (so that projects can use Android plugin 3.3.

I think your library cannot be resolved by Gradle 4.10 due to GRADLE_METADATA version 0.4 incompatible with 0.3.

Please update to publish with Gradle 4.10 and metadata 0.4. See https://github.com/Kotlin/kotlinx.coroutines/issues/564

russhwolf commented 5 years ago

Fixed in v0.2