Embedded Kotlin: A simple Kotlin templating engine inspired by EJS.
Go to file
Shadowfacts c52b10bea3
Change import hoisting to only hoist imports in Kotlin blocks
Prevents imports in plain text (e.g. a code sample) from unintentionally being hoisted)
2017-10-29 19:26:09 -04:00
gradle/wrapper Initial commit 2017-08-04 15:38:17 -04:00
src Change import hoisting to only hoist imports in Kotlin blocks 2017-10-29 19:26:09 -04:00
.gitignore Refactor TemplateEnvironment, add support for classpath templates 2017-08-19 11:46:48 -04:00
LICENSE Add license 2017-08-09 21:01:13 -04:00
build.gradle Update build.gradle 2017-10-08 13:26:07 -04:00
gradle.properties Bump version 2017-10-22 11:18:20 -04:00
gradlew Initial commit 2017-08-04 15:38:17 -04:00
gradlew.bat Initial commit 2017-08-04 15:38:17 -04:00