diff --git a/docs/index.adoc b/docs/index.adoc index 6b2500203..44770ced4 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -9752,6 +9752,7 @@ class Status { lateinit var directories: Array } ---- +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