We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c5d68 commit 23edeaaCopy full SHA for 23edeaa
common/src/commonMain/kotlin/dev/suresh/Greeting.kt
@@ -10,7 +10,7 @@ import kotlinx.serialization.encodeToString
10
class Greeting {
11
12
fun greeting() = buildString {
13
- appendLine(json.encodeToString(platform().info))
+ appendLine(json.encodeToString(platform.info))
14
appendLine(KData("Foo", 20, "test"))
15
appendLine(kotlinxTests())
16
}
0 commit comments