Colton Idle
01/24/2021, 4:19 AM@Preview(showBackground = true)
@Composable
fun Beep(){
Text("Boop")
}
is just interesting that it takes like 5 minutes in my old project (because my existing project is super large it just builds slow overall) vs in a brand new project.
What am I actually after? I want to be able to create and iterate on composables quickly and I feel like it might just be easier to create composable in compose-desktop and then just copy pasta back into my actual app.rnett
01/24/2021, 6:21 AMMark Murphy
01/24/2021, 2:31 PMText()
). Personally, I want to keep that away from the bulk of the project.
But, as Jim Sproch mentioned in another recent thread here, we only have so much experience with Compose at scale, so there will be a lot of lessons to learn.
Also, it will be very interesting if at some point the Compose compiler plugin will work with Kotlin scripting. It might be there already -- I haven't tried it. If that does turn out to (eventually) work, that plus Compose for Desktop really opens up the tooling possibilities. Your "copy pasta" might evolve into a dedicated "micro IDE" focused on rapid development of composables.