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 b840de7 commit 8014f4dCopy full SHA for 8014f4d
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("io.codearte.nexus-staging") version "0.22.0"
6
}
7
8
-val serializationVersion = "1.0.0-RC"
+val serializationVersion = "1.0.0-RC2"
9
10
allprojects {
11
group = "de.brudaswen.kotlinx.serialization"
library/build.gradle.kts
@@ -27,6 +27,9 @@ dependencies {
27
28
java {
29
withSourcesJar()
30
+
31
+ sourceCompatibility = JavaVersion.VERSION_1_8
32
+ targetCompatibility = JavaVersion.VERSION_1_8
33
34
35
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
0 commit comments