Skip to content

Commit 93d8fd9

Browse files
committed
moved .kotlin into gitignore
1 parent b87bfc0 commit 93d8fd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.externalNativeBuild
1010
.idea
1111
/*.iml
12+
.kotlin
1213

1314
# files for the dex VM
1415
*.dex

build-logic/convention/src/main/kotlin/org/mifos/mobile/Detekt.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.gradle.kotlin.dsl.named
88

99
internal fun Project.configureDetekt(extension: DetektExtension) = extension.apply {
1010
tasks.named<Detekt>("detekt") {
11+
jvmTarget = "17"
1112
reports {
1213
xml.required.set(true)
1314
html.required.set(true)

0 commit comments

Comments
 (0)