cafonsomota
04/25/2023, 9:49 PMJohn O'Reilly
04/26/2023, 1:00 PMJohn O'Reilly
04/26/2023, 4:25 PMJohn O'Reilly
04/26/2023, 6:34 PMJohn O'Reilly
04/27/2023, 7:39 AMJohn O'Reilly
04/27/2023, 2:03 PMcafonsomota
04/28/2023, 12:13 PMJohn O'Reilly
04/29/2023, 6:26 PMJohn O'Reilly
04/30/2023, 10:41 AMshared
module right now but we could have separate shared UI module if folks think that's better)yschimke
05/01/2023, 4:25 PMJohn O'Reilly
05/05/2023, 4:39 PMmbonnin
05/05/2023, 8:42 PMJohn O'Reilly
05/07/2023, 7:20 PMJohn O'Reilly
05/08/2023, 12:20 PMJohn O'Reilly
05/08/2023, 9:07 PMJohn O'Reilly
05/10/2023, 5:56 PMJohn O'Reilly
05/10/2023, 10:20 PMJohn O'Reilly
05/11/2023, 6:17 AMJohn O'Reilly
05/12/2023, 6:56 PMJohn O'Reilly
05/13/2023, 10:37 AMJohn O'Reilly
05/13/2023, 5:38 PMJohn O'Reilly
05/14/2023, 6:09 PM// The scrollBehaviour combined with a pager seems to cause issues when a fling happens.
// For now, we will keep the default behaviour until we figure out how to workaround it.
//...
// scrollBehavior = TopAppBarDefaults.enterAlwaysScrollBehavior()
John O'Reilly
05/15/2023, 6:07 PMarnaud.giuliani
05/17/2023, 9:00 AMarnaud.giuliani
05/17/2023, 9:01 AMbod
05/18/2023, 1:25 PMOf course, a key question for a cross-platform UI framework is to which degree elements should mimic the look and feel of its target platforms. At the current stage, the JetBrains team has not yet made any decisions about providing native or common-looking UI elements. Since this is a key part of the Compose Multiplatform user experience, we don’t want to make decisions on this without first gathering feedback from the development community, and we welcome you to share your thoughts and opinions with us.
John O'Reilly
05/21/2023, 5:27 PMJohn O'Reilly
05/24/2023, 3:53 PM1.9.0-Beta
+ some related dependencies (ksp plugin + compose compiler). Everything seems to work ok though if I do try to enable experimental K2 compiler I'm seeing some errors but haven't had chance to look in to those yet.
./gradlew assemble -Pkotlin.experimental.tryK2=true