https://kotlinlang.org logo
#compose
Title
# compose
m

Mouaad

10/20/2020, 3:56 PM
Hi, not sure why, but
createBottomBarrier
started to crash since
1.0.0-alpha05
with this:
java.lang.NullPointerException: Attempt to invoke interface method 'androidx.constraintlayout.core.widgets.ConstraintWidget androidx.constraintlayout.core.state.Reference.getConstraintWidget()' on a null object reference
. I assume something changed?
👆 2
this simple snippet crashes for me for example:
Copy code
val (header, logo, searchBox, list) = createRefs()
val barrier = createBottomBarrier(searchBox, margin = 48.dp)
d

Denis Ismailaj

02/09/2021, 11:59 PM
Have you filed a bug for this? I’m having the same issue on alpha11
v

Vsevolod Ganin

03/07/2021, 9:24 PM
Still crashes as of beta01 and cl-compose:1.0.0-alpha03. Found an issue: https://issuetracker.google.com/issues/181717954
13 Views