Skip to content

Commit

Permalink
Configure things for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 28, 2024
1 parent b0c7350 commit cac1399
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 @@ -26,7 +26,7 @@ plugins {
alias(libs.plugins.ksp) apply false
}

subprojects {
allprojects {
// Configure Java to use our chosen language level. Kotlin will automatically pick this up.
// See https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support
plugins.withType<JavaBasePlugin>().configureEach {
Expand Down

0 comments on commit cac1399

Please sign in to comment.