I'm using the latest stable Compose BOM together w...
# compose-android
e
I'm using the latest stable Compose BOM together with nav3. If I update nav3 to 1.0.0-alpha11 I start getting NPE from
LookaheadPassDelegate.forEachChildAlignmentLinesOwner
(via material3
Scaffold
). Is this because nav3 is pulling in some alpha Compose artifacts, but others are on stable?
Looks like the only alpha artifact nav3 uses is runtime, so maybe this is just a regular bug.