name.remal.kotlin-js-settings

Plugin class: name.remal.gradle_plugins.plugins.kotlin.KotlinJsSettingsPlugin

plugins {
    id 'name.remal.kotlin-js-settings' version '1.5.0'
}
plugins {
    id("name.remal.kotlin-js-settings") version "1.5.0"
}

 

This plugin works only if kotlin2js plugin is applied.

The plugin applies name.remal.java-settings plugin.

 

This plugin helps to configure kotlin plugin.

For all Kotlin2JsCompile tasks:

  • Sets metaInfo to true
  • Sets sourceMap to true
  • Sets moduleKind to umd
  • Sets noStdlib to false