Javier
07/17/2021, 12:13 PMkotlin.native.enableDependencyPropagation=false
Javier
07/17/2021, 12:14 PMorg.gradle.api.tasks.TaskExecutionException: Execution failed for task ':project-name:compileIos64MainKotlinMetadata'.
...
Caused by: org.jetbrains.kotlin.backend.konan.KonanCompilationException: Compilation finished with errors
Javier
07/17/2021, 12:15 PMkotlin.native.enableDependencyPropagation=false
, it worksJavier
07/17/2021, 12:49 PMkotlin.mpp.enableHierarchicalCommonization=false
fixed the problemJavier
07/17/2021, 12:49 PMrusshwolf
07/17/2021, 12:52 PMrusshwolf
07/17/2021, 12:53 PMJavier
07/17/2021, 12:56 PMplatform
and so on are missingJavier
07/17/2021, 12:56 PMrusshwolf
07/17/2021, 12:58 PMkotlin.native.enableDependencyPropagation=false
I would expect IDE inference to fail for things like platform
in the iosMain
sourceJavier
07/17/2021, 1:00 PMplatform
is unresolved, if I remove it, it compilesJavier
07/17/2021, 1:08 PMJavier
07/17/2021, 1:21 PM<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>
Javier
07/17/2021, 1:25 PMCould not determine the dependencies of task ':project-name:jvmJar'.
> Could not create task ':project-name:compileKotlinJvm'.
> Could not create task of type 'KotlinCompileWithWorkers'.
> Could not create an instance of type org.jetbrains.kotlin.gradle.tasks.KotlinJavaToolchainProvider.
> Could not generate a decorated class for type KotlinJavaToolchainProvider.
> Cannot have abstract method KotlinJavaToolchain.getJdk().