Revert "rework to use just Java target"

This reverts commit 0273284023.
This commit is contained in:
2024-09-07 22:58:56 +06:00
parent 0273284023
commit c2612ec6e9
18 changed files with 19 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.serialization"
}
apply from: "$mppJavaProjectPresetPath"
apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {

View File

@@ -3,7 +3,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.serialization"
}
apply from: "$mppJavaProjectPresetPath"
apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {

View File

@@ -3,7 +3,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.serialization"
}
apply from: "$mppJavaProjectPresetPath"
apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {