in my multiplatform app. Desktop and web works fine, however android complaing about not compatible compose compiler version. Is it possible to (and how to) achieve compilation for android in such configuration?
This version (1.5.12) of the Compose Compiler requires Kotlin version 1.9.23 but you appear to be using Kotlin version 2.0.0-RC1 which is not known to be compatible.