A common set of gradle plugins for scientifik and dataforge projects
Go to file
2021-02-22 20:11:42 +03:00
gradle/wrapper Sonatype publication 2021-02-16 18:19:22 +03:00
src/main/kotlin/ru/mipt/npm/gradle Add features mnemonic to root project readme 2021-02-22 20:11:42 +03:00
.gitignore initial commit 2019-06-28 16:22:11 +03:00
build.gradle.kts Fix publishing plugin reference 2021-02-21 20:14:01 +03:00
CHANGELOG.md patch changelog 2021-02-21 20:16:25 +03:00
gradlew Migrate to kScience and kotlin 1.4 2020-08-20 10:02:28 +03:00
gradlew.bat Migrate to kScience and kotlin 1.4 2020-08-20 10:02:28 +03:00
LICENSE Initial commit 2019-06-28 13:36:22 +03:00
README.md fix readme 2021-02-21 12:12:34 +03:00
settings.gradle initial commit 2019-06-28 16:22:11 +03:00

KScience build tools

A collection of gradle plugins for building and publish in kscience and dataforge projects.

ru.mipt.npm.gradle.common

A primary plugin. When used with kotlin-jvm, kotlin-js or kotlin-mulitplatform configures the project for appropriate target.

ru.mipt.npm.gradle.project

Root project tool including JetBrains changelog plugin an kotlin binary compatibility validator tool.

ru.mipt.npm.gradle.publish

Enables publishing to maven-central, bintray, Space and github.

ru.mipt.npm.gradle.mpp

= kotlin("multiplatform") + ru.mipt.npm.gradle.common

Includes JVM-IR and JS-IR-Browser targets.

ru.mipt.npm.gradle.jvm

= kotlin("jvm") + ru.mipt.npm.gradle.common

ru.mipt.npm.gradle.js

= kotlin("js") + ru.mipt.npm.gradle.common

ru.mipt.npm.gradle.native

add default native targets to ru.mipt.npm.gradle.mpp

ru.mipt.npm.gradle.node

add node target to ru.mipt.npm.gradle.mpp