A common set of gradle plugins for scientifik and dataforge projects
Go to file
2024-07-25 10:08:06 +03:00
.github/workflows Update publish.yml 2022-04-12 12:12:11 +03:00
gradle update versions 2024-07-25 10:08:06 +03:00
src Return optins 2024-07-25 09:56:40 +03:00
.gitignore initial commit 2019-06-28 16:22:11 +03:00
.space.kts Try to catch project version 2022-07-10 13:39:35 +03:00
build.gradle.kts Kotlin 2.0.20-Beta2. 2024-07-25 09:48:40 +03:00
CHANGELOG.md 0.15.4-2.0.0 2024-06-04 12:52:49 +03:00
gradle.properties Update to 2.0.0 2024-05-22 21:24:37 +03:00
gradlew Use version catalog 2021-08-06 09:41:29 +07: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 Migrate to new package and Kotlin 1.7.20-Beta 2022-07-29 14:46:22 +03:00
settings.gradle.kts Update to 2.0.0 2024-05-22 21:24:37 +03:00

Maven Central

KScience build tools

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

space.kscience.gradle.common

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

space.kscience.gradle.project

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

space.kscience.gradle.mpp

= kotlin("multiplatform") + space.kscience.gradle.common

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

space.kscience.gradle.jvm

= kotlin("jvm") + space.kscience.gradle.common

space.kscience.gradle.js

= kotlin("js") + space.kscience.gradle.common

space.kscience.gradle.native

add default native targets to space.kscience.gradle.mpp

space.kscience.gradle.node

add node target to space.kscience.gradle.mpp