Skip to content

Commit

Permalink
Workaround #4786
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketraman committed May 5, 2022
1 parent 9304089 commit c0f8966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group = "com.rocketraman"
version = "1.0-SNAPSHOT"

// this block seems to cause the problem with `--jvm-target`
configurations.all {
configurations.matching { it.name != "detekt" }.all {
resolutionStrategy.eachDependency {
if (requested.group == "org.jetbrains.kotlin") {
useVersion("1.6.10")
Expand Down

0 comments on commit c0f8966

Please sign in to comment.