serebit
06/19/2019, 6:33 PMorg.jetbrains.kotlin.konan.target.HostManager.<init>(Lorg/jetbrains/kotlin/konan/target/Distribution;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V when attempting to assemble the project, or in fact run any Gradle task.louiscad
06/19/2019, 9:57 PMserebit
06/19/2019, 10:35 PMkotlin-multiplatform to 1.3.40ilya.matveev
06/20/2019, 3:26 AMgradle-plugin-api in buildSrc. Updating it to 1.3.40 fixes the error.
Also note that libraries you use need to be updated too because old libraries are not compatible with the new Kotlin/Native compiler.serebit
06/20/2019, 3:50 AMgradle-plugin-api. Thanks, Ilya!