You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]'
#401
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]'
this is probably unrelated to your issue, but you should be using version 1.7.0-alpha03 of Precompose when using CMP 1.7.1, otherwise it is not going to work
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
) {
// 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
The text was updated successfully, but these errors were encountered: