Skip to content

Commit

Permalink
Fixed gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Dec 16, 2024
1 parent f6e231e commit a68dada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidBuildTools = "34.0.0"
androidCompileSdk = "35"
androidMinSdk = "24"
kotlin = "2.1.0"
kotlinter = "4.4.1"
kotlinter = "5.0.1"
kotlinx-kover = "0.8.3"
dependencycheck = "10.0.3"
dokka = "1.9.20"
Expand Down
2 changes: 1 addition & 1 deletion kaluga-library-components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ dependencies {
val compileKotlin: KotlinCompile by tasks

compileKotlin.kotlinOptions {
languageVersion = "2.0"
languageVersion = "2.1"
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ include(":review")
include(":scientific")
include(":service")
include(":system")
// // Test Utils
// Test Utils
include(":test-utils")
include(":test-utils-base")
include(":test-utils-alerts")
Expand Down

0 comments on commit a68dada

Please sign in to comment.