Prefekt icon indicating copy to clipboard operation
Prefekt copied to clipboard

Prefekt crashes with Kotlin 1.3

Open rock3r opened this issue 6 years ago • 0 comments

When first accessing Prefekt:

java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/coroutines/experimental/android/HandlerContextKt;
    at com.stylingandroid.prefekt.internal.PrefektOwner.<init>(PrefektOwner.kt:19)
    at com.stylingandroid.prefekt.FragmentActivityKt.prefektGeneric(FragmentActivity.kt:80)
    at com.stylingandroid.prefekt.FragmentActivityKt.prefektGeneric(FragmentActivity.kt:57)
    at com.stylingandroid.prefekt.FragmentActivityKt.prefekt(FragmentActivity.kt:54)
    at com.jetbrains.iogallery.debug.DebugPreferences.<init>(DebugPreferences.kt:18)

I am using Kotlin 1.3.21, and I don't have any explicit coroutine dependency.

rock3r avatar Apr 12 '19 13:04 rock3r