JakeWharton / retrofit2-kotlin-coroutines-adapter

A Retrofit 2 adapter for Kotlin coroutine's Deferred type.
Apache License 2.0
1.97k stars 129 forks source link

retrofit2-kotlin-coroutines-adapter cannot be used with Kotlin 1.3-M2 #19

Closed juergenzimmermann closed 6 years ago

juergenzimmermann commented 6 years ago

After upgrading from Kotlin 1.3-M1 to 1.3-M2 I get this compilation error:

Class com.jakewharton.retrofit2.adapter.kotlin.coroutines.CoroutineCallAdapterFactory is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler

Screenshot: grafik