Skip to content

Commit

Permalink
spotless + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abendt committed May 3, 2024
1 parent f3c2df8 commit b31176f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
Kotlin single module project blueprint
Arrow/Ktor
======================================

Buildtool
* Gradle (Kotlin DSL)

Basic dependencies
* Kotlin JVM
* Kotlin Logging
* slf4j + logback

Testing
* Kotest
* mockk

## pre-commit hooks

Dependencies: https://pre-commit.com/#installation
Expand Down
3 changes: 3 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {

kotlin {
ktlint()

targetExclude("build/generated-sources/**")
}

kotlinGradle {
ktlint()
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.gradle.accessors.dm.LibrariesForLibs
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.jetbrains.kotlin.jvm")
Expand Down

0 comments on commit b31176f

Please sign in to comment.