this repo has no description

:sparkles: (Kotlin) add kotlin lsp

Changed files
+4 -1
Kotlin
+4 -1
Kotlin/flake.nix
··· 21 21 { 22 22 devShells = forEachSupportedSystem ({ pkgs }: { 23 23 default = pkgs.mkShell { 24 - packages = with pkgs; [ kotlin ]; 24 + packages = with pkgs; [ 25 + kotlin 26 + kotlin-language-server 27 + ]; 25 28 }; 26 29 }); 27 30 };