We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971c4f0 commit 1cd3f4fCopy full SHA for 1cd3f4f
modules/kxs-ts-gen-core/build.gradle.kts
@@ -8,6 +8,10 @@ plugins {
8
kotlin {
9
10
sourceSets {
11
+ configureEach {
12
+ languageSettings.optIn("kotlinx.serialization.ExperimentalSerializationApi")
13
+ }
14
+
15
commonMain {
16
dependencies {
17
implementation(project.dependencies.platform(projects.modules.versionsPlatform))
0 commit comments