Is there a good way to force builds for Android to use a different compiler version? Right now, Jetpack Compose specifically requires 1.5.10, but I have an import in iOS main that requires 1.5.21
Landry Norris
07/30/2021, 3:43 PM
I've tried kotlin("android") version "1.5.10" in the android build.gradle, but it says I can't set a version if the classpath already has a version defined.