From 664b53190a769fd0c5fc3ec736e15b2152d12133 Mon Sep 17 00:00:00 2001 From: worstell Date: Thu, 19 Oct 2023 15:48:22 -0700 Subject: [PATCH] add ksp to pom.xml template (#511) --- kotlin-runtime/scaffolding/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/kotlin-runtime/scaffolding/pom.xml b/kotlin-runtime/scaffolding/pom.xml index b71e002b53..8d0711204c 100644 --- a/kotlin-runtime/scaffolding/pom.xml +++ b/kotlin-runtime/scaffolding/pom.xml @@ -62,6 +62,26 @@ + + + ksp + + + + + + + + com.dyescape + kotlin-maven-symbol-processing + 1.6 + + + ${project.groupId} + ftl-runtime + ${ftl.version} + + org.apache.maven.plugins