Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

Karma tasks not created on MPP #131

Open wem opened 5 years ago

wem commented 5 years ago

The creation of the Karma tasks depends on the existence of the "compileTestKotlin2Js". In MPP projects this is now called "compileTestKotlinJs". So Karma tasks are not created.

wem commented 5 years ago

PR: https://github.com/Kotlin/kotlin-frontend-plugin/pull/132