estevanfick
e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering File being compiled: /com/x/x/x/x/x/x/RandomLayout.kt The root cause java.lang.AssertionError was thrown at: org.jetbrains.kotlin.ir.util.IrUtilsKt.copyValueParametersToStatic(IrUtils.kt:960) ..... Caused by: java.lang.AssertionError: Dispatch receiver type RandomLayout is not a subtype of com.x.CardLayout<com.x.DashboardCard> at org.jetbrains.kotlin.ir.util.IrUtilsKt.copyValueParametersToStatic(IrUtils.kt:960)
Zoltan Demant
AndroidContentCaptureManager
Vincent Le
Thomas
Mikael Ståldal
null
Raul
class A(){ val flow: Flow<Boolean> = flowOf(true) } class B (a: A) { val otherFlow = a.flow }
@RelaxedMockK //or MockK, I've tried both protected lateinit var a: A protected lateinit var b: B @Before fun setUp() { MockKAnnotations.init(this, relaxed = true) b = B(a) }
1.13.3
1.13.4
java.lang.IncompatibleClassChangeError: Superclass kotlinx.coroutines.flow.Flow of kotlinx.coroutines.flow.Flow_1_Proxy is an interface (declaration of 'kotlinx.coroutines.flow.Flow_1_Proxy' appears in /data/user/0/com.mypackage.myapp.debug/app_dxmaker_cache/Generated_2115397682.jar)
Mohamed Ibrahim
dave08
Startable.perProject(...)
Travis Griggs
A modern programming language that makes developers happier.