poohbar
Colton Idle
YASAN
java.lang.IllegalStateException: Could not find Navigator with name "BottomSheetNavigator". You must call NavController.addNavigator() for each navigation type.
Excellence kawej
Unresolved reference 'RemoveRedEye'. Icon( modifier = Modifier.fillMaxSize(), imageVector = Icons.Filled.RemoveRedEye, contentDescription = "Voir le produit", tint = Color.White )
Icon( modifier = Modifier.fillMaxSize(), imageVector = Icons.Outlined.Delete, contentDescription = "Supprimer du panier", tint = Color.Red )
chanjungskim
napperley
Alex Kombo
Compose Multiplatform v1.5.0-rc04
compose.material3.
> Task :shared:compileKotlinIosArm64 FAILED e: Could not find "org.jetbrains.compose.material:material" in [/Users/.konan/klib, /Users/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.0/klib/common, /Users/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.0/klib/platform/ios_arm64]
compose.material
compose multiplatform
Otis Goodman
kotlin.test
Vivek Modi
val list = mutableListOf( "1. Log in Google account\n", "2. Scroll to the page\n", "3. Tap disconnect from account to logout" ) val content = StringBuilder() list.forEach{ string-> content.append(string.replaceFirst(" " , "\t")) } System.out.print("string >> $content") list_string.text = content
Landry Norris
A modern programming language that makes developers happier.