Skip to content

Commit

Permalink
Set Snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Apr 26, 2024
1 parent b7a8fcb commit 88a7379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ kctfork = "0.4.1"
kotlin = "2.0.0-RC1"
kotlinPoet = "1.16.0"
kspVersion = "2.0.0-RC1-1.0.20"
ktorfit = "2.0.0-SNAPSHOT"
ktorfitGradlePlugin = "1.12.0"
ktorfit = "2.0.0-beta1-SNAPSHOT"
ktorfitGradlePlugin = "1.14.0"
ktorVersion = "2.3.10"
mockk = "1.13.8"
mockito-kotlin = "4.1.0"
Expand Down
10 changes: 2 additions & 8 deletions ktorfit-lib-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import de.jensklingenberg.ktorfit.gradle.KtorfitGradleConfiguration
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
kotlin("multiplatform")
alias(libs.plugins.kspPlugin)
Expand All @@ -24,7 +21,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}


licensee {
allow("Apache-2.0")
allow("MIT")
Expand Down Expand Up @@ -88,7 +84,7 @@ kotlin {
executable()
}
}
linuxArm64{
linuxArm64 {
binaries {
executable()
}
Expand Down Expand Up @@ -228,7 +224,5 @@ dependencies {
"kspCommonMainMetadata", projects.ktorfitKsp
)
add("kspJvm", projects.ktorfitKsp)
add("kspJvmTest", projects.ktorfitKsp)


add("kspJvmTest", projects.ktorfitKsp)
}

0 comments on commit 88a7379

Please sign in to comment.