Sorry false alarm, I forgot to update to `constrai...
# compose
j
Sorry false alarm, I forgot to update to
constraintlayout-compose:1.0.0-alpha03
Getting runtime crashes with ConstraintLayout and beta01:
Copy code
Process: ai.memory.dewo, PID: 5746
    java.lang.NoSuchMethodError: No static method MultiMeasureLayout(Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/ui/layout/LayoutKt; or its super classes (declaration of 'androidx.compose.ui.layout.LayoutKt' appears in /data/app/~~ECAMcTSUrTn5r8l2MWhZsA==/ai.memory.dewo-LiUovb5S6aSU9wwvdOZPoQ==/base.apk)
        at androidx.constraintlayout.compose.ConstraintLayoutKt.ConstraintLayout(ConstraintLayout.kt:73)
I can confirm this is not a proguard issue as it happens both in debug and release builds. It doesn’t seem to be a build cache issue as the same problem happens on CI generated builds.