Alexis
04/12/2025, 3:58 PMval test by remember { mutableSetOf(false) }
and a state like this:
val state by viewModel.state.collectAsStateWithLifecycle()
I've also tried to clean and rebuild the project as well as cleaning Android Studio's cache.
Anyone has any idea where this might came from?
I can share more info about my gradle files or import if necessary.
Wish you all a good day!Alexis
04/12/2025, 4:00 PMimport androidx.compose.runtime.getValue
was missing, but I don't understand why the IDE didn't imported as usual...Fernando
04/12/2025, 4:54 PMgetValue
(and setValue
for mutable variables) should get fixedAlexis
04/12/2025, 4:58 PMfrancisco
04/14/2025, 7:29 PMAlexis
04/15/2025, 7:31 AM