Prefekt icon indicating copy to clipboard operation
Prefekt copied to clipboard

Results 2 Prefekt issues
Sort by recently updated
recently updated
newest added

Right now it's using old support libraries, but we should update Prefekt to use AndroidX versions of its dependencies instead.

When first accessing Prefekt: ``` java.lang.NoClassDefFoundError: Failed resolution of: Lkotlinx/coroutines/experimental/android/HandlerContextKt; at com.stylingandroid.prefekt.internal.PrefektOwner.(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.(DebugPreferences.kt:18) ``` I am using Kotlin 1.3.21, and I don't have...