Skip to content

Commit c38d7c2

Browse files
committed
Update KSP to latest
1 parent 6e54141 commit c38d7c2

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ plugins {
88
}
99

1010
android {
11+
buildFeatures.buildConfig = true
1112
compileSdk = libs.versions.compileSdk.get().toInt()
12-
13+
namespace = "com.amrdeveloper.linkhub"
1314
defaultConfig {
1415
applicationId = "com.amrdeveloper.linkhub"
1516
minSdk = libs.versions.minSdk.get().toInt()
@@ -36,8 +37,8 @@ android {
3637
}
3738

3839
compileOptions {
39-
sourceCompatibility = JavaVersion.VERSION_17
40-
targetCompatibility = JavaVersion.VERSION_17
40+
sourceCompatibility = JavaVersion.VERSION_21
41+
targetCompatibility = JavaVersion.VERSION_21
4142
}
4243

4344
buildFeatures {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ org.gradle.parallel=true
1212
room.incremental=true
1313

1414
android.useAndroidX=true
15-
kotlin.code.style=official
15+
kotlin.code.style=official

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "1.9.10"
3-
androidGradlePlugin = "7.4.2"
2+
kotlin = "2.0.21"
3+
androidGradlePlugin = "8.7.3"
44
compileSdk = "34"
55
targetSdk = "34"
66
minSdk = "19"
@@ -23,11 +23,11 @@ multidex = "2.0.1"
2323
navigation-fragment-ktx = "2.7.4"
2424
navigation-safeargs = "2.7.4"
2525
room = "2.6.0"
26-
hilt = "2.48"
26+
hilt = "2.51.1"
2727
legacy_support = "1.0.0"
2828
timber = "4.7.1"
2929
truth = "1.0.1"
30-
ksp = "1.9.20-1.0.14"
30+
ksp = "2.0.21-1.0.27"
3131

3232
[libraries]
3333
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 09 17:20:11 EET 2021
1+
#Sun Feb 23 20:00:02 CET 2025
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)