is the kotlin frontend plugin bundled in the kotli...
# javascript
g
is the kotlin frontend plugin bundled in the kotlin-multiplatform plugin now?
g
I don’t think so
There is an example that shows that it supports MPP, but not bundled to MPP plugin https://github.com/Kotlin/kotlin-frontend-plugin/blob/master/examples/new-mpp/build.gradle
g
ok thanks
hmm, I'm getting an error that the frontend plugin cant be found
Copy code
plugins {
    id 'kotlin-multiplatform' version '1.3.21'
    id 'org.jetbrains.kotlin.frontend' version '0.0.45'
}
Plugin [id: 'org.jetbrains.kotlin.frontend', version: '0.0.45'] was not found in any of the following sources:
Have you seen that error before?
g
plugin is not published to gradle plugins portal, so you should configure gradle plugins repository
g
ok that worked, thanks
a
As far as I can understand, it is planned to add frontend to general MPP plugin, but not yet.
g
I think that it is more to move features from to frontend to the main Kotlin Gradle plugin. See https://discuss.kotlinlang.org/t/missing-features-for-kotlin-js-adoption-in-the-browser/11767/4