I am trying to configure frontend plugin with mpp ...
# multiplatform
a
I am trying to configure frontend plugin with mpp on gradle 5. After some struggling, I managed it to resolve, but now I get a weird error:
Copy code
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.frontend', artifact: 'org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.45']
> Failed to apply plugin [id 'org.jetbrains.kotlin.frontend']
   > Extension with name 'kotlin' does not exist. Currently registered extension names: [ext, defaultArtifacts, publishing, bintray, reporting, sourceSets, java]
Any Idea why it happens?