Skip to content

Commit

Permalink
updated file with 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jun 18, 2024
1 parent 7926e06 commit 27cabca
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 302 deletions.
4 changes: 2 additions & 2 deletions kotlin/usecases/topics_and_queues/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.3.0")
classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.1")
}
}

Expand All @@ -39,7 +39,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
testImplementation(kotlin("test"))
}
tasks.withType<KotlinCompile>() {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
}

Expand Down
Loading

0 comments on commit 27cabca

Please sign in to comment.