I’m using the 1.0.0-alpha4 , Build 331 already. But not @Preview - Annotation available:
Copy code
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
@Preview
@Composable
fun testText() {
Text( text = "This is a test!")
}