Orelvis Lago Vasallo

Results 9 comments of Orelvis Lago Vasallo

Of course, what happens is that when you create an image using that dockerfile using the terminal, the corresponding image is created, including prove using the `std:: process` of rust...

I am having the same problem when I use `ComponentActivity` it gives me this error `AppActivity cannot be cast to androidx.fragment.app.FragmentActivity` and when I use `FragmentActivity` it throws me this...

Hello, good afternoon, any updates?

Same mistake here! ``` error: org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException: Exception during generating code for following declaration: Inside: FILE fqName:com.neomambi.screens.feed fileName:/Users/orelvis/Documents/repositories/neo_mambi_app/composeApp/src/commonMain/kotlin/com/neomambi/screens/feed/FeedTab.kt Inside: CLASS OBJECT name:FeedTab modality:FINAL visibility:public superTypes:[cafe.adriel.voyager.navigator.tab.Tab] @Composable private fun Content$lambda$31$lambda$30$lambda$17($pullRefreshState: PullRefreshState, /*...

@carvalho2707 In version 1.3.0 it is not happening but in beta03 it is happening, I have not tested beta02 and beta01.

@tiago-carvalho-deltatre @carvalho2707 I had the same error with a lib I'm creating and it turns out it seems to be a cache issue. ``` compose.kotlin.native.manageCacheKind=false kotlin.native.cacheKind=none ``` Add these two...

It should be added to the project that uses it, here is the thread I found with that information. https://github.com/JetBrains/compose-multiplatform/issues/4809

@carvalho2707 @tiago-carvalho-deltatre In version 2.0.10 of Kotlin they already have a fix for this problem. https://youtrack.jetbrains.com/issue/KT-68797

Same error here!!!