Can i use the Compose-Multiplatform Compiler to also compile androidx.glance.appwidget.GlanceAppWidget? It’s somewhat based on compose but lacks some features and it is also a pain point when upgrading koltin because the android compose compiler compatibility with kotlin lacks behind.
Or should i just use an base xml layout for my Android Widget and use a compose view inside? (is this even possible?)
solved 1
j
jw
09/28/2023, 10:58 AM
You can, but the AndroidX compiler releases before the JetBrains one so you really won't gain anything
If you are using Kotlin 1.9.20 betas then yes, that is where you should get a build from. Otherwise every stable version of Kotlin has an associated stable AndroidX Compose compiler