David W
12/02/2021, 5:28 PMmcpiroman
12/02/2021, 5:30 PMolonho
12/02/2021, 5:49 PMDavid W
12/02/2021, 6:24 PM@Preview
, and there's no preview gutter icon nor tab.
this is the latest stable version of IntelliJ Ultimate and compose 1.0.0Asapha
12/02/2021, 8:11 PMDavid W
12/02/2021, 8:17 PM@Composable
function without being able to use a receiver parameter or arguments, since those disable previewing?Asapha
12/02/2021, 8:41 PM@Preview
that passes the necessary params to the “real” @Composable
@Composable
fun MyAwesomeComposable(text: String) {
Text(text)
}
@Preview
@Composable
fun MyAwesomeComposablePreview() {
MyAwesomeComposable("Hello there")
}
Cody Mikol
12/02/2021, 8:44 PMDavid W
12/02/2021, 9:03 PMCody Mikol
12/03/2021, 3:23 AMKebbin
12/04/2021, 10:08 AMmcpiroman
12/04/2021, 6:45 PM