Login into server complete

This commit is contained in:
2026-09-05 00:17:22 +08:00
parent dd760b7b9b
commit 15aefbb869
57 files changed
+1622 -65

No files matched your search

+2 -1
View File
@@ -2,6 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
kotlin {
explicitApi()
withSourcesJar()
linuxX64()
linuxArm64()
@@ -13,7 +14,7 @@ kotlin {
sourceSets {
commonMain.dependencies {
implementation(project(":common"))
api(project(":common"))
}
commonTest.dependencies {