A collection of gradle plugins for building and publish in kscience and dataforge projects.
A primary plugin. When used with kotlin-jvm, kotlin-js or kotlin-mulitplatform configures the project for appropriate target.
Root project tool including JetBrains changelog plugin an kotlin binary compatibility validator tool.
= kotlin("multiplatform") + space.kscience.gradle.common
Includes JVM-IR and JS-IR-Browser targets.
= kotlin("jvm") + space.kscience.gradle.common
= kotlin("js") + space.kscience.gradle.common
add default native targets to space.kscience.gradle.mpp
add node target to space.kscience.gradle.mpp