Skip to content
Advertisement

Jetpack compose java.lang.IllegalStateException: Invalid applier

JavaScript

Advertisement

Answer

You may be import wrong package from glance.

Google provide glance for write appwidget with compose.

For example LazyColumn, there are:

  • androidx.glance.appwidget.layout.LazyColumn
  • androidx.compose.foundation.lazy.LazyColumn
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement