2022-04-12 12:12:11 +03:00
2024-12-09 09:22:00 +03:00
2024-12-09 07:45:02 +03:00
2019-06-28 16:22:11 +03:00
2022-07-10 13:39:35 +03:00
2024-06-04 12:52:49 +03:00
2024-12-09 07:51:17 +03:00
2021-08-06 09:41:29 +07:00
2020-08-20 10:02:28 +03:00
2019-06-28 13:36:22 +03:00
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

Description
A common set of gradle plugins for scientifik and dataforge projects
Readme 1.9 MiB
2022-06-09 19:44:46 +03:00
Languages
Kotlin 100%