Luca Nicoletti
08/21/2019, 7:58 AMCompose Activity
from the New File > Activity
menu. This creates some files but the code inside of them is broken. any clue? 🙂kioba
08/21/2019, 9:17 AMLuca Nicoletti
08/21/2019, 9:27 AM@Composable
function which should also use @GenerateView
annotation, which is not present anymoresetContentView(ComposableFunction.generateView()
which is broken as ComposableFunction
is not a View 🙂