https://kotlinlang.org logo
#arrow-meta
Title
# arrow-meta
i

Imran/Malic

06/29/2019, 12:07 PM
Or should we just go deeper in the resources meaning instead of
Copy code
compile "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
we do:
Copy code
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.
3 Views