plugins { `kotlin-dsl` } tasks.withType { kotlinOptions { jvmTarget = "17" } }