Skip to content

Commit

Permalink
moved .kotlin folder to gitignore (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjuna0033 authored Dec 4, 2024
1 parent b87bfc0 commit a15ed12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.externalNativeBuild
.idea
/*.iml
.kotlin

# files for the dex VM
*.dex
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.gradle.kotlin.dsl.named

internal fun Project.configureDetekt(extension: DetektExtension) = extension.apply {
tasks.named<Detekt>("detekt") {
jvmTarget = "17"
reports {
xml.required.set(true)
html.required.set(true)
Expand Down

0 comments on commit a15ed12

Please sign in to comment.