In a Kotlin Native project containing a linuxX64 m...
# kotlin-native
n
In a Kotlin Native project containing a linuxX64 module the build works fine. After adding the linuxArm32Hfp module the build breaks with the following error:
Copy code
Cannot resolve external dependency org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.31 because no repositories are defined.
If the linuxArm32Hfp module is removed then the build works fine again like before.
Here is the build log.
a
Have you filed an issue at kotl.in/issue? If possible, I would also ask for a project to reproduce the problem.
n
A new issue has been created in the Kotlin Issue Tracker: https://youtrack.jetbrains.com/issue/KT-45705