
implementation("io.kotest:kotest-framework-multiplatform-plugin-embeddable-compiler:6.0.0.M1")In version 6.0.0.M1, the Kotest framework introduced a simplified setup for multiplatform projects, eliminating the need for a compiler plugin. ([kotest.io](https://kotest.io/docs/6.0/framework/project-setup.html?utm_source=openai)) Consequently, the `kotest-framework-multiplatform-plugin-embeddable-compiler` artifact became obsolete and is no longer required for configuring Kotest in multiplatform environments.