Radoslaw Juszczyk
…res/drawable-xxxhdpi/ic_test.png
Image(painter = painterResource(id = R.drawable.ic_test), contentDescription = "Test")
java.lang.IllegalArgumentException: Only VectorDrawables and rasterized asset types are supported ex. PNG, JPG
Igor Bozin
ste
HorizontalPager
userScrollEnabled
LazyColumn
NestedScrollConnection
Owen
hfhbd
@Composable fun InfoButton(infoTest: String, button: @Composable (Modifier) -> Unit) { Row(modifier = Modifier.fillMaxWidth()) { Info(infoTest) button(Modifier.fillMaxWidth()) } }
benkuly
Andy Himberger
ReusableContent(component) { AndroidView(factory = { createView(it, component) }, Modifier.fillMaxSize(), { }) }
Michal Klimczak
Tomasz Krakowiak
tasks.create<JavaExec>("run") { classpath = //? mainClass.set("com.example.MainKt") }
sourceSets
configurations
jvmMainRuntime
Tobias Gronbach
A modern programming language that makes developers happier.