File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,7 @@ Kotlin 1.1 provides such support and allows to render Kotlin based templates, se
246246https://github.com/spring-projects/spring-framework/commit/badde3a479a53e1dd0777dd1bd5b55cb1021cf9e[this commit] for details.
247247
248248This 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
252251This 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
You can’t perform that action at this time.
0 commit comments