initial commit

This commit is contained in:
2025-07-12 20:40:57 +02:00
commit 4f6b9af0ed
26 changed files with 1618 additions and 0 deletions

23
gradle/libs.versions.toml Normal file
View File

@@ -0,0 +1,23 @@
[versions]
kotlin = "2.1.21"
io = "0.7.0"
coroutines = "1.10.2"
serialization = "1.8.1"
cli = "1.2.2"
ktor = "3.1.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
[libraries]
io = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "io" }
coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
cli = { module = "com.infendro:cli", version.ref = "cli" }
ktor-client = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktor" }
ktor-client-contentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-client-serialization-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#Tue Jun 03 12:27:11 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists