Did one of you had more success at using Kotlin mu...
# multiplatform
l
Did one of you had more success at using Kotlin multiplatform with Gradle project import or composite build? https://youtrack.jetbrains.com/issue/KT-50064
r
https://youtrack.jetbrains.com/issue/KTIJ-15775 seems similar, but just for the IDE (it builds fine)
l
Thanks @rnett for the hint. Unfortunately it is not the same issue: in the sample project I did put together even if one uses Gradle from the command line. I also checked with the fresh new version of Kotlin (1.6.10) and the problem remains.
u
Guys, I've found that if you comment out non-android targets and sourceSets, then Android Studio recognizes classes from the project connected as included build (composite build). And gradle version should be 7.2 (not 7.3.3).