feat(kotlin): Add the kotlin module (#2026)

Add a module to show the currently installed Kotlin version if a
.kt/.kts file is found in the current folder
This commit is contained in:
Nicola Corti
2020-12-26 15:26:50 +01:00
committed by GitHub
parent 53a08712eb
commit 208251adef
8 changed files with 257 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ pub mod hostname;
pub mod java;
pub mod jobs;
pub mod julia;
pub mod kotlin;
pub mod kubernetes;
pub mod lua;
pub mod memory_usage;