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 5
5
group =org.jetbrains.kotlinx
6
6
version =1.3.2-SNAPSHOT
7
7
8
- kotlin.version =1.5.31
8
+ kotlin.version =1.6.10
9
9
10
10
# This version take precedence if 'bootstrap' property passed to project
11
11
kotlin.version.snapshot =1.6.255-SNAPSHOT
Original file line number Diff line number Diff line change 2
2
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
#
4
4
5
- mainKotlinVersion =1.5.31
5
+ mainKotlinVersion =1.6.10
6
6
mainLibVersion =1.3.2-SNAPSHOT
7
7
8
8
kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable
5
5
6
6
@Serializable
7
7
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
9
9
//
10
10
// @Serializable
11
11
// open class Car : Vehicle() {
You can’t perform that action at this time.
0 commit comments