Hello! I've seen that in AS canary 12, the `comp` ...
# compose
b
Hello! I've seen that in AS canary 12, the
comp
live template default value is:
Copy code
@androidx.compose.Composable
fun $NAME$() {
$END$
}
it should be
androidx.compose.runtime.Composable
, right?
l
Yes, feel free to file a bug 🙂
👍 2
b