diff --git a/src/drivers/webextension/images/icons/Kotlin.svg b/src/drivers/webextension/images/icons/Kotlin.svg
new file mode 100644
index 000000000..e4023fd0a
--- /dev/null
+++ b/src/drivers/webextension/images/icons/Kotlin.svg
@@ -0,0 +1,10 @@
+
diff --git a/src/drivers/webextension/images/icons/Ktor.svg b/src/drivers/webextension/images/icons/Ktor.svg
new file mode 100644
index 000000000..1bf4a58cf
--- /dev/null
+++ b/src/drivers/webextension/images/icons/Ktor.svg
@@ -0,0 +1,13 @@
+
diff --git a/src/technologies/k.json b/src/technologies/k.json
index 65b0563fd..0adcac9c1 100644
--- a/src/technologies/k.json
+++ b/src/technologies/k.json
@@ -904,6 +904,16 @@
"scriptSrc": "kotisivukone(?:\\.min)?\\.js",
"website": "http://www.kotisivukone.fi"
},
+ "Kotlin": {
+ "cats": [
+ 27
+ ],
+ "cpe": "cpe:2.3:a:jetbrains:kotlin:*:*:*:*:*:*:*:*",
+ "description": "Kotlin is a general purpose, free, open-source, statically typed “pragmatic” programming language initially designed for the JVM (Java Virtual Machine) and Android that combines object-oriented and functional programming features.",
+ "icon": "Kotlin.svg",
+ "oss": true,
+ "website": "https://kotlinlang.org"
+ },
"Kount": {
"cats": [
10,
@@ -924,6 +934,21 @@
],
"website": "https://kount.com"
},
+ "Ktor": {
+ "cats": [
+ 18
+ ],
+ "cpe": "cpe:2.3:a:jetbrains:ktor:*:*:*:*:*:*:*:*",
+ "description": "Ktor is a Kotlin framework that allow developers to write asynchronous clients and servers applications, in Kotlin.",
+ "icon": "Ktor.svg",
+ "implies": "Kotlin",
+ "headers": {
+ "x-engine": "^Ktor$",
+ "server": "^Ktor/debug$"
+ },
+ "oss": true,
+ "website": "https://ktor.io"
+ },
"Kubernetes Dashboard": {
"cats": [
47