diff --git a/build-logic/convention/src/main/kotlin/MultiplaftormConventionPlugin.kt b/build-logic/convention/src/main/kotlin/MultiplaftormConventionPlugin.kt index aa015d0a..31906b4a 100644 --- a/build-logic/convention/src/main/kotlin/MultiplaftormConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/MultiplaftormConventionPlugin.kt @@ -40,6 +40,7 @@ class MultiplaftormConventionPlugin : Plugin { } compileOptions { sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } } }