Skip to content

Commit dda11c4

Browse files
committed
Improve comment about enabling K2
1 parent 196b9d1 commit dda11c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser-example/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22

3-
# Enable K2 Kotlin compiler
3+
# To enable K2 Kotlin compiler uncomment the next line
44
# kotlin.useK2=true

nodejs-example/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22

3-
# Enable K2 Kotlin compiler
3+
# To enable K2 Kotlin compiler uncomment the next line
44
# kotlin.useK2=true

0 commit comments

Comments
 (0)