gradle-tools/README.md

29 lines
929 B
Markdown
Raw Normal View History

2021-02-16 18:31:43 +03:00
# KScience build tools
A collection of gradle plugins for building and publish in *kscience* and *dataforge* projects.
2021-02-16 18:31:43 +03:00
## ru.mipt.npm.gradle.common
2021-02-16 18:31:43 +03:00
A primary plugin. When used with kotlin-jvm, kotlin-js or kotlin-mulitplatform configures the project for appropriate target.
## ru.mipt.npm.gradle.project
2021-02-16 18:31:43 +03:00
Root project tool including JetBrains changelog plugin an kotlin binary compatibility validator tool.
## ru.mipt.npm.gradle.publish
2021-02-16 18:31:43 +03:00
Enables publishing to maven-central, bintray, Space and github.
## ru.mipt.npm.gradle.mpp
`= kotlin("multiplatform") + ru.mipt.npm.gradle.common`
2021-02-16 18:31:43 +03:00
Includes JVM-IR and JS-IR-Browser targets.
## ru.mipt.npm.gradle.jvm
`= kotlin("jvm") + ru.mipt.npm.gradle.common`
2021-02-16 18:31:43 +03:00
## ru.mipt.npm.gradle.js
`= kotlin("js + ru.mipt.npm.gradle.common`
2021-02-16 18:31:43 +03:00
## ru.mipt.npm.gradle.native
add default native targets to `ru.mipt.npm.gradle.mpp`
2021-02-16 18:31:43 +03:00
## ru.mipt.npm.gradle.node
add node target to `ru.mipt.npm.gradle.mpp`