gumil
03/04/2020, 10:42 PM0.1.0-dev06
Is this a known error? I also get e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation
when adding Text StyleLeland Richardson [G]
03/04/2020, 10:57 PMgumil
03/04/2020, 10:58 PMText(
text = "hello world",
modifier = LayoutPadding(8.dp),
style = MaterialTheme.typography().h2
)
Leland Richardson [G]
03/04/2020, 11:02 PMcomposeOptions {
kotlinCompilerExtensionVersion = "0.1.0-dev06"
}
buildFeatures {
compose = true
}
gumil
03/04/2020, 11:05 PMLeland Richardson [G]
03/04/2020, 11:07 PMgumil
03/04/2020, 11:18 PMMariano Zorrilla
03/10/2020, 11:49 PM