Skip to content

Commit

Permalink
Drop the woodstox test configuration. It breaks the IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Dec 29, 2023
1 parent 0a5483f commit 0f395c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion serialization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import net.devrieze.gradle.ext.addNativeTargets
import net.devrieze.gradle.ext.applyDefaultXmlUtilHierarchyTemplate
import net.devrieze.gradle.ext.configureDokka
import net.devrieze.gradle.ext.doPublish
import org.jetbrains.kotlin.gradle.plugin.KotlinCompilation
import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget
Expand Down Expand Up @@ -66,6 +65,7 @@ kotlin {
}
}

/*
val woodstoxCompilation = compilations.create("woodstoxTest") {
// This needs to be specified explicitly in 1.9.20
compilerOptions.options.moduleName = "woodstoxTest"
Expand All @@ -77,6 +77,7 @@ kotlin {
listOf(woodstoxCompilation)
)
}
*/

}
// androidTarget("actualAndroid")
Expand Down Expand Up @@ -169,6 +170,7 @@ kotlin {
val jvmMain by getting {}
val commonJvmTest by getting {}
val commonJvmMain by getting {}
/*
val jvmWoodstoxTest by getting {
dependsOn(commonJvmTest)
dependsOn(commonJvmMain)
Expand All @@ -178,6 +180,7 @@ kotlin {
runtimeOnly(libs.woodstox)
}
}
*/

val androidMain by getting {
dependencies {
Expand Down

0 comments on commit 0f395c6

Please sign in to comment.