oday
03/14/2021, 2:41 PMstaticAmbientOf
as welloday
03/14/2021, 2:56 PMCannot access 'setContent': it is internal in 'androidx.compose.ui.platform'
jim
03/14/2021, 2:59 PMjim
03/14/2021, 3:00 PMComponentActivity.setContent()
was removed from compose:ui. Use the one from androidx.activity:activity-compose:1.3.0-alpha01
. viewModel()
and LocalViewModelStoreOwner
were removed from compose:ui. Use the ones from androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha01
jim
03/14/2021, 3:03 PMandroidx.activity:activity-compose:1.3.0-alpha02
.oday
03/14/2021, 3:04 PM