Skip to content

Commit ef067f8

Browse files
committed
Remove 'withJava()' calls
This API will become a warning in future Kotlin releases in projects with Gradle 8.7+. In integration tests this API is not yet possible to remove as KAPT will stop working. Should be removed once project will start using Kotlin 2.1.20-Beta2 release.
1 parent b2d86dc commit ef067f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/kotlin/source-sets-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ kotlin {
2828
explicitApi()
2929

3030
jvm {
31-
withJava()
3231
@OptIn(ExperimentalKotlinGradlePluginApi::class)
3332
compilerOptions {
3433
jvmTarget = JvmTarget.JVM_1_8

0 commit comments

Comments
 (0)