Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Aug 15, 2023
1 parent 6b774e4 commit 6eced33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.compose) apply false
alias(libs.plugins.nativeCocoapod) apply false

// alias(libs.plugins.ktLint) ToDo
alias(libs.plugins.ktLint) // ToDo: Add ktLint to all sub-projects
alias(libs.plugins.detekt)
alias(libs.plugins.gradleVersionUpdates)
}
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]
kotlin = "1.9.0"
gradle = "8.0.2"
ktLint = "10.3.0"
ktLint = "11.5.1"
detekt = "1.19.0"
gradleVersionUpdate = "0.46.0"
googleServices = "4.3.14"
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rootProject.name = "KMP_Template"

pluginManagement {
repositories {
google()
Expand All @@ -7,7 +9,6 @@ pluginManagement {
}
}

rootProject.name = "KMP_Template"
include(":app-android")
include(":app-desktop")
include(":shared")

0 comments on commit 6eced33

Please sign in to comment.