I'm just doing the update to childStack from navig...
# decompose
a
I'm just doing the update to childStack from navigator, and thinking it would be nice if we could use a delegate or something so we didn't have to dot into value first
stack.value.active
🤔 1
there used to be this Children composable:
Copy code
Children(
        routerState = routerState,
        modifier = modifier,
        animation = childAnimation(fade()),
    ) {
what is it replaced with?
gez, never mind, AS isn't indexing dependencies for me correctly again
a
Most likely you are hitting that famous issue with AS. It should be fixed in the latest Electric Eel.
I have also filed an issue about
stack.value.active
https://github.com/arkivanov/Decompose/issues/200
a
dang, EE has a different build error for me that I think people are waiting on a fix for:
Both artifact maps contains same key: composeUi-desktop-1.0.0.jar
a
Yeah, I have also faced this today! This should be fixed in beta 2 - https://issuetracker.google.com/issues/243955195. So I keep staying with unresolved references 🥲 And I'm thinking about downgrading the AGP plugin and just use IDEA instead.
Using Android Studio with KMP has been extremely painful in recent months. 🫣
a
Yeah I'm going to have to give that a try, between these two bugs I'm fully blocked 😛
a
oh great!