Vitor Hugo Schwaab
08/26/2022, 7:54 PMAndroidAppProject
-app
-appModuleA
-appModuleB
-multiPlatformProject
|-multiPlatformModuleA
|-multiPlatformModuleB
multiPlatformProject and its contents are included via includeBuild
.
Stuck on Kotlin 1.6.10 because of this.
I came across this super creative work-around to trick the IDE into thinking we're using 1.6.10 in order to keep it working, but it didn't do the trick for me.
Anyone else working around this issue?Vitor Hugo Schwaab
08/26/2022, 8:03 PMenableCompatibilityMetadataVariant=true
.Norbi
09/27/2022, 8:16 PM