api "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
The odd thing is that we have access to the PlatformConfigurator… but can’t extend from PlatformDependentAnalyzerServices
My Goal was to write a MetaPlatformAnalyzerServices, where you can declare your defaulLowPriorityImports, and Platform dependent Imports for enabling auto Resolution of Platform dependent imports of mpp Library artefacts, without the user noticing anything with Objects.
Similar what Kotlin does with JS and JVM modules, e.g: this object JvmPlatformAnalyzerServices.