andylamax
08/21/2021, 4:07 AMandroidx.compose.ui.Modifier
while Compose for Web Modifier is entirely different and currently located at org.jetbrains.compose.common.ui.Modifier
, Isn't this a cry out for expect/actual declaration?
Or maybe I am missing something, Can someone in the Compose 4 Web team explain to me why such a decision was made?darkmoon_uk
08/21/2021, 8:44 AMdarkmoon_uk
08/21/2021, 8:45 AMdarkmoon_uk
08/21/2021, 8:46 AMdarkmoon_uk
08/21/2021, 8:49 AMModifiers
and other foundation functions would imply a lot more actual
work in Web, than JB are prepared to do right now... as we know these things would need implementing completely anew for the DOM.darkmoon_uk
08/21/2021, 8:51 AMNikola Milovic
08/21/2021, 9:00 AMdarkmoon_uk
08/21/2021, 9:00 AM.implementation
property of org.jetbrains.compose.common.ui.Modifier
darkmoon_uk
08/21/2021, 9:00 AMdarkmoon_uk
08/21/2021, 9:01 AMdarkmoon_uk
08/21/2021, 9:02 AMdarkmoon_uk
08/21/2021, 9:03 AMNikola Milovic
08/21/2021, 9:04 AMdarkmoon_uk
08/21/2021, 9:04 AMdarkmoon_uk
08/21/2021, 9:05 AMdarkmoon_uk
08/21/2021, 9:06 AMdarkmoon_uk
08/21/2021, 9:06 AMNikola Milovic
08/21/2021, 9:23 AMandylamax
08/21/2021, 10:16 AMdarkmoon_uk
08/21/2021, 12:06 PMdarkmoon_uk
08/21/2021, 12:06 PMdarkmoon_uk
08/21/2021, 12:06 PMdarkmoon_uk
08/21/2021, 12:07 PMdarkmoon_uk
08/21/2021, 12:15 PMexpect
declarations from commonMain
too ๐, hard call, but it was holding me back.