File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/commonTest/kotlin/sample Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55group =org.jetbrains.kotlinx
66version =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
1111kotlin.version.snapshot =1.6.255-SNAPSHOT
Original file line number Diff line number Diff line change 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
66mainLibVersion =1.3.2-SNAPSHOT
77
88kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable
55
66@Serializable
77class 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() {
You can’t perform that action at this time.
0 commit comments