Skip to content

Commit 02fe708

Browse files
committed
Update to 1.6.10
1 parent 261490a commit 02fe708

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
group=org.jetbrains.kotlinx
66
version=1.3.2-SNAPSHOT
77

8-
kotlin.version=1.5.31
8+
kotlin.version=1.6.10
99

1010
# This version take precedence if 'bootstrap' property passed to project
1111
kotlin.version.snapshot=1.6.255-SNAPSHOT

integration-test/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
#
44

5-
mainKotlinVersion=1.5.31
5+
mainKotlinVersion=1.6.10
66
mainLibVersion=1.3.2-SNAPSHOT
77

88
kotlin.code.style=official

integration-test/src/commonTest/kotlin/sample/MultiFileHierarchyModuleB.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable
55

66
@Serializable
77
class EmptyClassB : EmptyBase()
8-
// TODO: Uncomment when https://github.com/Kotlin/kotlinx.serialization/issues/1698 is resolved
8+
// TODO: Uncomment when https://youtrack.jetbrains.com/issue/KT-49865 is resolved
99
//
1010
//@Serializable
1111
//open class Car : Vehicle() {

0 commit comments

Comments
 (0)