Skip to content

Commit 8014f4d

Browse files
committed
upgrade to KotlinX 1.0.0-RC2 and force outputVariant
1 parent b840de7 commit 8014f4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("io.codearte.nexus-staging") version "0.22.0"
66
}
77

8-
val serializationVersion = "1.0.0-RC"
8+
val serializationVersion = "1.0.0-RC2"
99

1010
allprojects {
1111
group = "de.brudaswen.kotlinx.serialization"

library/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ dependencies {
2727

2828
java {
2929
withSourcesJar()
30+
31+
sourceCompatibility = JavaVersion.VERSION_1_8
32+
targetCompatibility = JavaVersion.VERSION_1_8
3033
}
3134

3235
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {

0 commit comments

Comments
 (0)