Skip to content

Commit

Permalink
Update to Kotlin 2.1.0-Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 21, 2024
1 parent 7a420c0 commit 2421b96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10"
}

ktorfit{

ktorfit {
}

android {
Expand All @@ -30,7 +29,7 @@ android {

buildTypes {
release {
//minifyEnabled=( false)
// minifyEnabled=( false)
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down Expand Up @@ -64,7 +63,6 @@ dependencies {
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-call:$ktorfit")
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-flow:$ktorfit")


implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.compose.ui:ui:$compose_ui_version")
Expand All @@ -77,4 +75,3 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_ui_version")
}

8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ coroutines = "1.8.1"
detekt = "1.23.6"
junit = "4.13.2"
kctfork = "0.5.1"
kotlin = "2.0.20"
kotlin = "2.1.0-Beta1"
kotlinPoet = "1.18.1"
kspVersion = "2.0.20-1.0.25"
kspVersion = "2.1.0-Beta1-1.0.25"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.1.0"
ktorfitKsp = "2.1.0-1.0.25"
ktorfitCompiler = "2.1.0-2.0.20"
ktorfitCompiler = "2.1.0-2.1.0-Beta1"
ktorfitCallConverter = "2.1.0"
ktorfitFlowConverter = "2.1.0"
ktorfitResponseConverter = "2.1.0"
Expand All @@ -27,7 +27,7 @@ gradleMavenPublishPlugin = "0.28.0"
vannikMavenPublish = "0.28.0"

[libraries]
android-build-gradle = "com.android.tools.build:gradle:8.5.2"
android-build-gradle = "com.android.tools.build:gradle:8.2.2"
auto-service-ksp = { module = "dev.zacsweers.autoservice:auto-service-ksp", version.ref = "autoServiceKsp" }
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradleMavenPublishPlugin" }
Expand Down

0 comments on commit 2421b96

Please sign in to comment.