Skip to content

Commit

Permalink
Gradle settings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocostamoreno committed Jul 27, 2024
1 parent 7d2c40e commit df56e03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
kotlin("multiplatform") version "1.9.20-RC2"
kotlin("multiplatform") version "2.0.0"
}

group = "me.user"
group = "com.scosta"
version = "1.0-SNAPSHOT"

repositories {
Expand Down Expand Up @@ -30,7 +30,11 @@ kotlin {
}
}
sourceSets {
val nativeMain by getting
val nativeMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0")
}
}
val nativeTest by getting
}
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pluginManagement {
}
}

rootProject.name = "KotlinNativeTemplate"
rootProject.name = "uuid-cli"

0 comments on commit df56e03

Please sign in to comment.