I have an existing multiplatform mobile app and I want to start rewriting it using jetpack compose for Android. When I add all the dependencies to use compose as described in the jetpack setup documentation for Android I get errors when I build saying
couldnt find inline method ColumnKt;.Column
and all I have is just a column added. Can you not create an Android app in compose in a KMM app? I can create a new compose app and it works just fine
m
Mitchell Syer
12/09/2021, 9:39 PM
Make sure your setting the buildConfig and composeOptions