Giorgi
01/30/2023, 6:15 PMKirill Grouchnikov
01/30/2023, 6:41 PMGiorgi
01/30/2023, 6:49 PMThere’s no such thing as Skia Compose. Perhaps you mean Compose Multiplatform?yeah, this is confusing for me, so there are 2 kinds of compose,right? one is with HTML and another uses Skia
Kirill Grouchnikov
01/30/2023, 7:13 PMBig Chungus
01/30/2023, 8:13 PMGiorgi
02/02/2023, 6:53 PM@OptIn(ExperimentalComposeLibrary::class) implementation(compose.material3)
instead of implementation(compose.material)
Renaud
02/03/2023, 1:11 PMKirill Grouchnikov
02/03/2023, 1:13 PMRenaud
02/03/2023, 1:14 PMval jsMain by getting {
dependencies {
@OptIn(ExperimentalComposeLibrary::class)
implementation(compose.material3)
Can I really add a navigation rails or OutlinedTextField in a Compose for web project?