3 Star 3 Fork 0

Gitee 极速下载/komga

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gotson/komga
克隆/下载
build.gradle.kts 976 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gauthier Roebroeck 提交于 2024-12-13 12:17 . deps: bump deps
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
run {
kotlin("jvm")
kotlin("plugin.spring")
}
id("com.gorylenko.gradle-git-properties") version "2.4.2"
id("org.jetbrains.compose") version "1.5.11"
id("dev.hydraulic.conveyor") version "1.12"
application
}
group = "org.gotson"
tasks {
withType<JavaCompile> {
sourceCompatibility = "17"
targetCompatibility = "17"
}
withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "17"
}
}
}
dependencies {
implementation(project(":komga"))
implementation(compose.desktop.currentOs)
linuxAmd64(compose.desktop.linux_x64)
macAmd64(compose.desktop.macos_x64)
macAarch64(compose.desktop.macos_arm64)
windowsAmd64(compose.desktop.windows_x64)
}
application {
mainClass = "org.gotson.komga.DesktopApplicationKt"
}
// Work around temporary Compose bugs
configurations.all {
attributes {
attribute(Attribute.of("ui", String::class.java), "awt")
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/mirrors/komga.git
git@gitee.com:mirrors/komga.git
mirrors
komga
komga
master

搜索帮助