This repository has been archived on 2026-09-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
KSnippets/build.gradle.kts
T

13 lines
250 B
Kotlin
Raw Normal View History

2026-08-27 20:13:42 +08:00
plugins {
kotlin("multiplatform") version "2.4.10" apply false
kotlin("plugin.serialization") version "2.4.10" apply false
}
allprojects {
group = "cn.rtast.snippets"
version = "1.0"
repositories {
mavenCentral()
}
}