You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
despite #142 warn about must include kotlin plugin first I'm getting:
Extension with name 'kotlin' does not exist. Currently registered extension names: [ext, defaultArtifacts, reporting, sourceSets, java]
yes I have settings setup :
`pluginManagement {
}`
but I'm using build.gradle.kts in my sub project:
plugins { id("kotlin2js") id("org.jetbrains.kotlin.frontend") version "0.0.45" }
without no luck, can you help and guide my to right direction?
The text was updated successfully, but these errors were encountered: