exposed-jodatime/build.gradle.kts [24:43]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - testCompileOnly(project(":exposed-jdbc")) testImplementation(project(":exposed-dao")) testImplementation(project(":exposed-tests")) testImplementation(project(":exposed-json")) testImplementation(libs.junit5) testRuntimeOnly(libs.junit.platform.launcher) testImplementation(kotlin("test-junit5")) } tasks.withType().configureEach { compilerOptions { jvmTarget.set(JvmTarget.JVM_1_8) } } tasks.withType().configureEach { targetCompatibility = "8" } tasks.withType().configureEach { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - exposed-kotlin-datetime/build.gradle.kts [29:48]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - testCompileOnly(project(":exposed-jdbc")) testImplementation(project(":exposed-dao")) testImplementation(project(":exposed-tests")) testImplementation(project(":exposed-json")) testImplementation(libs.junit5) testRuntimeOnly(libs.junit.platform.launcher) testImplementation(kotlin("test-junit5")) } tasks.withType().configureEach { compilerOptions { jvmTarget.set(JvmTarget.JVM_1_8) } } tasks.withType().configureEach { targetCompatibility = "8" } tasks.withType().configureEach { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -