You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compose is the recommended UI framework for new apps. Currently the Open Source License plugin only provides an Activity, which is dependent on Theme.AppCompat. This means a lot of extra work is required to use this library in Compose-only apps.
It'd be great if the library could provide a Composable. This would make it easier to integrate with apps using Compose.
The text was updated successfully, but these errors were encountered:
Compose is the recommended UI framework for new apps. Currently the Open Source License plugin only provides an Activity, which is dependent on
Theme.AppCompat
. This means a lot of extra work is required to use this library in Compose-only apps.It'd be great if the library could provide a
Composable
. This would make it easier to integrate with apps using Compose.The text was updated successfully, but these errors were encountered: