Skip to content

Commit

Permalink
Update to 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed Dec 23, 2021
1 parent 261490a commit 02fe708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
group=org.jetbrains.kotlinx
version=1.3.2-SNAPSHOT

kotlin.version=1.5.31
kotlin.version=1.6.10

# This version take precedence if 'bootstrap' property passed to project
kotlin.version.snapshot=1.6.255-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion integration-test/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

mainKotlinVersion=1.5.31
mainKotlinVersion=1.6.10
mainLibVersion=1.3.2-SNAPSHOT

kotlin.code.style=official
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable

@Serializable
class EmptyClassB : EmptyBase()
// TODO: Uncomment when https://github.com/Kotlin/kotlinx.serialization/issues/1698 is resolved
// TODO: Uncomment when https://youtrack.jetbrains.com/issue/KT-49865 is resolved
//
//@Serializable
//open class Car : Vehicle() {
Expand Down

0 comments on commit 02fe708

Please sign in to comment.