From f55bea6bcce513074cabab7c6de840b61b88d098 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Mon, 4 Nov 2024 23:39:01 +0300 Subject: [PATCH] Minor fixes --- build.gradle.kts | 2 +- gradle.properties | 1 + .../kotlin/multiplatform_switches/KotlinPlatforms1.kt | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename src/{mingwMain => mingwX64Main}/kotlin/ru/landrafhomyak/kotlin/multiplatform_switches/KotlinPlatforms1.kt (100%) diff --git a/build.gradle.kts b/build.gradle.kts index bf84b41..c5b3605 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ publishing { repositories { maven { name = "XomrkMaven" - url = uri("https://maven.landgrafhomyak.ru/") + url = uri("https://git.landgrafhomyak.ru/api/packages/xomrk/maven/") credentials(HttpHeaderCredentials::class) { name = "Authorization" diff --git a/gradle.properties b/gradle.properties index 7fc6f1f..694bc06 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ kotlin.code.style=official +kotlin.native.ignoreDisabledTargets=true \ No newline at end of file diff --git a/src/mingwMain/kotlin/ru/landrafhomyak/kotlin/multiplatform_switches/KotlinPlatforms1.kt b/src/mingwX64Main/kotlin/ru/landrafhomyak/kotlin/multiplatform_switches/KotlinPlatforms1.kt similarity index 100% rename from src/mingwMain/kotlin/ru/landrafhomyak/kotlin/multiplatform_switches/KotlinPlatforms1.kt rename to src/mingwX64Main/kotlin/ru/landrafhomyak/kotlin/multiplatform_switches/KotlinPlatforms1.kt