Files
AndroidJetpack/kobweb/backend/kobweb-api/build.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

18 lines
460 B
Kotlin

plugins {
alias(libs.plugins.kotlin.jvm)
id("com.varabyte.kobweb.internal.publish")
}
group = "com.varabyte.kobweb"
version = libs.versions.kobweb.get()
dependencies {
implementation(projects.common.clientServerInternal)
}
kobwebPublication {
artifactName.set("Kobweb API")
artifactId.set("kobweb-api")
description.set("Core classes and annotations in the Kobweb framework for defining API routes and API streams on the backend.")
}