Lilly
01/05/2021, 6:36 PM@Preview
@Composable
fun TestPreview() {
Text("Hello World!")
}
I'm on alpha09 with latest IDE.jim
01/05/2021, 6:40 PMLilly
01/05/2021, 6:45 PMLilly
01/05/2021, 6:51 PMLilly
01/05/2021, 9:23 PMandroidx.ui:ui-tooling:1.0.0-alpha09
had to be renamed to androidx.compose.ui:ui-tooling:1.0.0-alpha09
. Now it works. This isn't mentioned in release notes properly @jimLilly
01/05/2021, 9:29 PMui-tooling
isn't also mentioned explicitly. For new comers it's hard to find those artifacts. The same applies for androidx.compose.material:material-icons-extended:1.0.0-alpha09
. It would be great if you can reveal them explicity under https://developer.android.com/jetpack/androidx/releases/compose-ui#declaring_dependenciesjim
01/05/2021, 9:46 PM-alpha08
(ie. prior to -alpha09
).
But yes, point taken, we should have mentioned it in the release notes. When we have so many things happening at once, it's sometimes hard to keep track of them all, sorry about that.jim
01/05/2021, 9:46 PMLilly
01/05/2021, 11:41 PMt's sometimes hard to keep track of them all, sorry about thatNo problem. Thanks boss 🙂