Skip to content

Commit

Permalink
Indicate Kotlin sourceSet into Groovy's
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 5, 2024
1 parent 984c5a6 commit 69a13a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ plugins {
id("com.diffplug.spotless") version "7.0.0.BETA4"
}

sourceSets {
main {
kotlin.setSrcDirs(groovy.srcDirs)
}
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 69a13a6

Please sign in to comment.