diff --git a/templates.json b/templates.json index 06df819..fd8f113 100644 --- a/templates.json +++ b/templates.json @@ -412,5 +412,23 @@ "description": "Crystal HTTP template", "repo": "https://github.com/koffeinfrei/crystal-http-template", "official": "false" - } + }, + { + "template": "kotlin", + "platform": "x86_64", + "language": "Kotlin", + "source": "s1monw1", + "description": "Classic Kotlin template", + "repo": "https://github.com/s1monw1/openfaas-kotlin", + "official": "false" + }, + { + "template": "kotlin-http4k", + "platform": "x86_64", + "language": "Kotlin", + "source": "s1monw1", + "description": "Http4k backed Kotlin template", + "repo": "https://github.com/s1monw1/openfaas-kotlin", + "official": "false" + } ]