Piotr Krzemiński
10/30/2024, 9:15 AMPiotr Krzemiński
10/30/2024, 9:17 AMPiotr Krzemiński
10/30/2024, 9:27 AMOliver.O
10/30/2024, 9:47 AMPiotr Krzemiński
10/30/2024, 9:56 AMOliver.O
10/30/2024, 10:01 AMOliver.O
10/30/2024, 10:24 AMkotlinCompilerPluginClasspathJsTest - Kotlin compiler plugins for compilation
+--- org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:2.0.21
| +--- org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:2.0.21
| | +--- org.jetbrains.kotlin:kotlin-scripting-common:2.0.21
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21
| | | \--- org.jetbrains:annotations:13.0
| | +--- org.jetbrains.kotlin:kotlin-scripting-jvm:2.0.21
| | | +--- org.jetbrains.kotlin:kotlin-script-runtime:2.0.21
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
| | | \--- org.jetbrains.kotlin:kotlin-scripting-common:2.0.21 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
\--- io.kotest:kotest-framework-multiplatform-plugin-embeddable-compiler:6.0.0.M1
\--- io.kotest:kotest-framework-multiplatform-plugin-embeddable-compiler-jvm:6.0.0.M1
\--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*)
Piotr Krzemiński
10/30/2024, 10:28 AMOliver.O
10/30/2024, 10:29 AM> Task :mingwX64Test SKIPPED
Oliver.O
10/30/2024, 10:35 AM> Task :jsBrowserTest
> Task :jsNodeTest
> Task :jvmTest
> Task :linuxX64Test
> Task :wasmJsBrowserTest
> Task :wasmJsNodeTest
Oliver.O
10/30/2024, 10:50 AMPiotr Krzemiński
10/31/2024, 8:03 AMOliver.O
10/31/2024, 12:11 PMit's unexpected that Ubuntu builds and tests MinGWNo, with respect to the compiler plugin tests, it is slightly different: At least one native target must build and test successfully on the platform running the test. The build won't complain if more than one or all targets succeed. Are you aware of any specific Kotlin documentation for cross compilation requirements? AFAIK macOS builds only on macOS, but I don't know what's required for mingwX64 cross compilation. It seems like the Kotlin Gradle plugin decides to skip in in the compiler plugin tests, as I could not find any build configuration to that effect.
Piotr Krzemiński
11/04/2024, 6:58 AMAre you aware of any specific Kotlin documentation for cross compilation requirements?no, sorry 😞
Piotr Krzemiński
11/04/2024, 7:06 AMOliver.O
11/04/2024, 11:46 AMPiotr Krzemiński
01/09/2025, 12:18 PM