Kotlin multiplatform JVM/iOS
Answered
Hello,
I'm working with kotlin multiplatform project with javafx and iOS. I need to generate a framework, but when I build gradle this message appears:
Warning:<i><b>project ':shared': Unable to build Kotlin project configuration</b>
Details: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':shared:kotlinCompilerPluginClasspath'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Cannot resolve external dependency org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.3.31 because no repositories are defined.
Required by:
project :shared</i>
Please sign in to leave a comment.
Please report at https://youtrack.jetbrains.com/issues/KT or ask a question at https://discuss.kotlinlang.org/ .