Skip to content

Commit bddd71e

Browse files
committed
Polishing
Issue: SPR-15659
1 parent 4359008 commit bddd71e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/docs/asciidoc/kotlin.adoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ Kotlin 1.1 provides such support and allows to render Kotlin based templates, se
246246
https://github.com/spring-projects/spring-framework/commit/badde3a479a53e1dd0777dd1bd5b55cb1021cf9e[this commit] for details.
247247

248248
This enables some interesting use cases like writing type-safe templates using
249-
https://github.com/Kotlin/kotlinx.html[kotlinx.html] DSL or simply Kotlin multiline `String` with interpolation,
250-
see https://github.com/sdeleuze/kotlin-script-templating[kotlin-script-templating] project for more details.
249+
https://github.com/Kotlin/kotlinx.html[kotlinx.html] DSL or simply Kotlin multiline `String` with interpolation.
251250

252251
This can allow you to write this kind of templates with full autocompletion and refactoring support in your IDE:
253252

@@ -265,12 +264,8 @@ ${include("footer")}
265264
"""
266265
----
267266

268-
[NOTE]
269-
====
270-
This feature is still experimental since it requires caching to reach production-level
271-
performances, subscribe to https://github.com/sdeleuze/kotlin-script-templating/issues/5[this issue]
272-
to follow progresses.
273-
====
267+
See https://github.com/sdeleuze/kotlin-script-templating[kotlin-script-templating] example
268+
project for more details.
274269

275270
== Getting started
276271

0 commit comments

Comments
 (0)