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.