Jeff Tycz
12/09/2021, 9:11 PMcouldnt 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 fineMitchell Syer
12/09/2021, 9:39 PMandroid {
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.0.5"
}
}
Jeff Tycz
12/09/2021, 9:39 PM