SrSouza
02/04/2021, 1:00 PMtheapache64
02/04/2021, 2:42 PMdeb
using packageDeb
? It doesn't work for me.theapache64
02/04/2021, 6:52 PMandroidx.compose.*
format? Will this change in future>?theapache64
02/05/2021, 8:12 AMDirk Hoffmann
02/05/2021, 11:33 AMYan Pujante
02/05/2021, 2:53 PMKirill Grouchnikov
02/05/2021, 3:02 PMAppWindowAmbient
has been renamed to LocalAppWindow
. Also API changes to query PaddingValues
theapache64
02/06/2021, 7:54 AMtheapache64
02/07/2021, 1:50 PMpackageName
defined inside build.gradle.kts
inside main
method? Is there any API available?theapache64
02/07/2021, 2:27 PMundecorated
flag, but how do I provide a custom Composable?Glenn Martin
02/07/2021, 3:02 PMShabinder Singh
02/07/2021, 3:54 PMtheapache64
02/07/2021, 5:00 PMIcons.*
doesn't contain some of the material icons. Does desktop compose has an extended icon dependency available, like androidx.compose.material:material-icons-extended
?nfrankel
02/07/2021, 5:12 PMShabinder Singh
02/07/2021, 6:41 PMtheapache64
02/07/2021, 8:10 PMimport androidx.compose.foundation.combinedClickable
specified in the docs ?suresh
02/08/2021, 2:36 AMShabinder Singh
02/08/2021, 7:03 AMid("org.jetbrains.compose")
setContent was made internal so limiting it to desktop only? and use android compose variant for android and not use the above for both in a KMP project? right?altavir
02/08/2021, 8:11 AMKirill Grouchnikov
02/08/2021, 1:49 PMKirill Grouchnikov
02/08/2021, 1:51 PMgbaldeck
02/08/2021, 2:24 PMTrevor Merritt
02/08/2021, 2:49 PMgbaldeck
02/08/2021, 2:52 PMShabinder Singh
02/08/2021, 6:13 PMKirill Grouchnikov
02/09/2021, 2:59 PMandrewreitz
02/09/2021, 3:39 PMTextField
displaying, but I can't past into it with the keyboard. Is there a way to enable this? My google searching has returned very little.Shabinder Singh
02/09/2021, 7:01 PMandrewreitz
02/09/2021, 7:30 PMButton(
onClick = { runit() }
) {
Text("Run")
}
Where runit is the suspend function. I can put it in a runBlocking, but that locks up the whole UI and seems incorrect in this situation.Kirill Grouchnikov
02/09/2021, 8:30 PMKirill Grouchnikov
02/09/2021, 8:30 PMcom.vanniktech:gradle-maven-publish-plugin
to push your snapshot / release builds, and you've upgraded to Kotlin 1.4.30 for your multi-platform project, you need to upgrade to version 0.14.0
of the plugin. See https://github.com/vanniktech/gradle-maven-publish-plugin/issues/185