Skip to content

Commit

Permalink
Fix Foojay plugin application
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Aug 2, 2023
1 parent 2155a89 commit d0df591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget

plugins {
kotlin("multiplatform")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}

kotlin {
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}

rootProject.name = "parsus"

include(":demo", ":benchmarks")
Expand Down

0 comments on commit d0df591

Please sign in to comment.