mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user