itnoles
05/09/2023, 2:14 AMShortly: The required symbol androidx.compose.runtime/remember|-2596345568877061727[0] is missing in the module or module dependencies. This could happen if the required dependency is missing in the project. Or if there is a dependency that has a different version (without the required symbol) in the project than the version (with the required symbol) that the module was initially compiled with.
How I can find out which dependenics?Landry Norris
05/09/2023, 2:21 AMitnoles
05/09/2023, 2:23 AMitnoles
05/09/2023, 2:25 AMPablichjenkov
05/09/2023, 2:36 AMremember
is missing, did you add the plugin right, or the compose runtime dependency. Do a cleanup and/or invalidate caches and see what happensitnoles
05/09/2023, 2:39 AMapi(compose.runtime)
api(compose.foundation)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
api(compose.material3)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
api(compose.components.resources)
itnoles
05/09/2023, 2:47 AMPablichjenkov
05/09/2023, 3:19 AMPablichjenkov
05/09/2023, 3:25 AMPablichjenkov
05/09/2023, 3:29 AMitnoles
05/09/2023, 3:30 AMPablichjenkov
05/09/2023, 3:32 AMhfhbd
05/09/2023, 6:04 AMOleksandr Karpovich [JB]
05/09/2023, 10:31 AMitnoles
05/09/2023, 1:21 PMitnoles
05/09/2023, 2:11 PM