Skip to content

Commit

Permalink
Added caution block for variable interpolation in Kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusMG authored and remkop committed Apr 27, 2021
1 parent e731240 commit 9873a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9752,6 +9752,7 @@ class Status {
lateinit var directories: Array<String>
}
----
CAUTION: In Kotlin, the dollar sign ($) has to be escaped with a backslash (\) in order to prevent Kotlin string interpolation to occur: `\${DEFAULT-VALUE}`.

=== Predefined Variables

Expand Down

0 comments on commit 9873a3a

Please sign in to comment.