We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1360a19 commit 6e644cdCopy full SHA for 6e644cd
1 file changed
core/build.gradle.kts
@@ -24,8 +24,8 @@ kotlin {
24
iosArm64()
25
iosSimulatorArm64()
26
wasmJs().nodejs()
27
- macosX64 ()
28
- linuxX64 ()
+ macosX64()
+ linuxX64()
29
30
31
sourceSets {
@@ -52,7 +52,7 @@ android {
52
publishing {
53
repositories {
54
maven {
55
- name = "GitHubPackages"
+ name = "githubPackages"
56
url = uri("https://maven.pkg.github.com/sk-ai-net/skainet")
57
credentials {
58
credentials(PasswordCredentials::class)
0 commit comments