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
246
246
https://github.com/spring-projects/spring-framework/commit/badde3a479a53e1dd0777dd1bd5b55cb1021cf9e[this commit] for details.
247
247
248
248
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.
251
250
252
251
This can allow you to write this kind of templates with full autocompletion and refactoring support in your IDE:
253
252
@@ -265,12 +264,8 @@ ${include("footer")}
265
264
"""
266
265
----
267
266
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.
274
269
275
270
== Getting started
276
271
You can’t perform that action at this time.
0 commit comments