[Jetpack Compose] KmpAndroid initializeApp #2
-
How its expected to initialize the lib when we have a MainActiity that is ComponentActivity? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm going to migrate to ComponentActivity because I had a screenshot service that requires AppCompatActivity for it to work. So I'm going to publish another release soon that will add support for Compose too. |
Beta Was this translation helpful? Give feedback.
-
Ok, Android Compose is now supported. You can install the latest package here. And you can find setup instructions for Android Compose here |
Beta Was this translation helpful? Give feedback.
I'm going to migrate to ComponentActivity because I had a screenshot service that requires AppCompatActivity for it to work.
Originally I needed it for a commercial project I was working on. But I'm going to change the API for the screenshot service so I can support both Compose + Material Activities.
So I'm going to publish another release soon that will add support for Compose too.
Probably in a couple of days.