https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

kai widmer

08/18/2020, 2:35 PM
hi everyone, currently I'm receiving an error while building android/ios multiplatform-project:
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shared:compileKotlinIos'.
> java.lang.ClassNotFoundException: org.jetbrains.kotlin.cli.utilities.MainKt
gradlew --version:
Copy code
------------------------------------------------------------
Gradle 6.5.1
------------------------------------------------------------

Build time:  2020-06-30 06:32:47 UTC
Revision:   66bc713f7169626a7f0134bf452abde51550ea0a

Kotlin:    1.3.72
Groovy:    2.5.11
Ant:     Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM:     1.8.0_242-release (JetBrains s.r.o 25.242-b3-6222593)
OS:      Mac OS X 10.15.6 x86_64
Did anybody have a similar problem?
s

Sam Garfinkel

08/18/2020, 3:27 PM
Not sure what the issue is offhand, but I suspect it will help a lot if you can attach a full stack trace. Run the failing command with the
--stacktrace
flag.
4 Views