Skip to content

Commit

Permalink
chore: Bump idofront, geary, Kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed May 31, 2024
1 parent 120b5e5 commit 61f9fef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val idofrontVersion: String by project

plugins {
Expand Down Expand Up @@ -47,14 +45,12 @@ allprojects {
testImplementation(libs.bundles.idofront.core)
}

tasks {
withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs += listOf(
"-opt-in=kotlinx.serialization.ExperimentalSerializationApi",
"-opt-in=kotlin.ExperimentalUnsignedTypes",
)
}
kotlin {
compilerOptions {
freeCompilerArgs.addAll(
"-opt-in=kotlinx.serialization.ExperimentalSerializationApi",
"-opt-in=kotlin.ExperimentalUnsignedTypes",
)
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
group=com.mineinabyss
version=0.30
idofrontVersion=0.24.0-dev.9
gearyVersion=0.26.0-dev.27
idofrontVersion=0.24.0
gearyVersion=0.26.0

0 comments on commit 61f9fef

Please sign in to comment.