mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 12:10:37 +01:00
fix errors, update ksp
This commit is contained in:
parent
6a0d3951d1
commit
188fbfef00
@ -80,17 +80,13 @@ android {
|
||||
register("prepaid")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
getByName("main").java.srcDirs("src/main/kotlin")
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
|
||||
}
|
||||
|
||||
lint {
|
||||
|
@ -3,7 +3,7 @@
|
||||
kotlin = "1.9.23"
|
||||
kotlinxSerializationJson = "1.6.3"
|
||||
#KSP
|
||||
ksp = "1.9.0-1.0.12"
|
||||
ksp = "1.9.23-1.0.19"
|
||||
#AndroidX
|
||||
androidx-constraintlayout = "2.1.4"
|
||||
androidx-swiperefreshlayout = "1.1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user