Skip to content

Commit f92e17b

Browse files
committed
Configure things for all projects
1 parent dcbe551 commit f92e17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
alias(libs.plugins.ksp) apply false
2727
}
2828

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

0 commit comments

Comments
 (0)