diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2021-11-17 17:57:13 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-11-18 01:40:53 +0100 |
commit | 0916523ae8c5daaea7a029385e72d6cb07d415d9 (patch) | |
tree | b13636c855af7e4da6c168d0c4063767c8c96898 | |
parent | Upgrade Gradle to 7.3 (diff) | |
download | seven-wonders-0916523ae8c5daaea7a029385e72d6cb07d415d9.tar.gz seven-wonders-0916523ae8c5daaea7a029385e72d6cb07d415d9.tar.bz2 seven-wonders-0916523ae8c5daaea7a029385e72d6cb07d415d9.zip |
Remove redundant experimental flag
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 42ba7593..ce150736 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,6 @@ subprojects { kotlinOptions.freeCompilerArgs += listOf( "-Xopt-in=kotlin.RequiresOptIn", "-Xopt-in=kotlin.time.ExperimentalTime", // for measureTimedValue and withTimeout(Duration) - "-Xopt-in=kotlinx.serialization.ExperimentalSerializationApi" ) } |