Describe the bug
Function 'PreComposeApp' can not be called: No function found for symbol 'moe.tlaster.precompose/PreComposeApp|PreComposeApp(kotlin.Function2<androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0]'
To Reproduce
PreComposeApp {
Column(
modifier = Modifier
.fillMaxSize(),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally
) {
Spacer(modifier = Modifier.height(20.dp))
Text(text = "Cherrywork")
}
}
// precompose
api("moe.tlaster:precompose:1.5.10")
api("moe.tlaster:precompose-viewmodel:1.5.10")
api("moe.tlaster:precompose-koin:1.5.10")
Expected behavior
A clear and concise description of what you expected to happen.
Minimal reproducible example
Kotlin : 2.0.0
CMP: 1.7.1