Skip to content

Commit

Permalink
update: updated kotlin, ksp, kotlinCompiler, coil
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruan625Br committed Jan 6, 2024
1 parent ed87b1a commit 813f1ca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {

}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.5"
}


Expand Down Expand Up @@ -71,10 +71,9 @@ android {
kotlinOptions {
jvmTarget = "17"
}
packagingOptions {
packaging {
resources {
excludes.add("/META-INF/{AL2.0,LGPL2.1}")

}
}

Expand All @@ -84,7 +83,6 @@ dependencies {
val material3 = "1.2.0-alpha05"
val navigationVersion = "2.6.0"
val composeBom = platform("androidx.compose:compose-bom:2023.08.00")
val coilBom = platform("io.coil-kt:coil-bom:2.4.0")
val roomVersion = "2.5.2"


Expand Down Expand Up @@ -172,8 +170,7 @@ dependencies {
implementation("net.engawapg.lib:zoomable:1.5.0-beta1")

//Coil
implementation("io.coil-kt:coil-bom")
implementation(coilBom)
implementation(platform("io.coil-kt:coil-bom:2.5.0"))
implementation("io.coil-kt:coil-video")
implementation("io.coil-kt:coil-gif")
implementation("io.coil-kt:coil-svg")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
plugins {
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false
alias(libs.plugins.com.android.test) apply false
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Tue Sep 05 07:36:04 BRT 2023
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

agp = "8.2.0"
kotlin = "1.9.10"
kotlin = "1.9.20"
junit = "1.1.5"
espresso-core = "3.5.1"
uiautomator = "2.3.0-alpha04"
Expand Down

0 comments on commit 813f1ca

Please sign in to comment.