https://kotlinlang.org logo
#coroutines
Title
# coroutines
l

leandrodev

01/15/2019, 11:52 AM
Is it possible to configure a project with kotlin coroutines/native with a gradle version different from
4.7
? https://github.com/Kotlin/kotlinx.coroutines/tree/master/native My problem is that with the new android plugin version
3.3.0
requires at least a gradle version of
4.10.1
and it got complicated to update my mpp
d

Dico

01/15/2019, 12:27 PM
Gradle version 4.7 is required for kotlin/native dependencies to work, at the moment. I believe it's because the gradle metadata feature, which is in preview mode, got changed in 4.8
d

Dominaezzz

01/15/2019, 1:16 PM
As a work around, you can manually specify the per-platform dependencies.
d

Dico

01/15/2019, 1:17 PM
Oh, that's great. Didn't know.
2 Views