;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (byte-code "\301\302!\210\303\304\305\306\307\302\310\311&\210\312\313\300\305#\210\314\211\2037\211@\313N\2030\300N\2040\315\300\313N#\210A\266\202\202\210\316\313\300\317#\210\320\300\321\322\323DD\324\325\326\307\304&\210\320\327\321\322\330DD\331\325\332\307\304\333\334& \210\320\335\321\322\336DD\337\325\326\307\304\333\340& \210\320\341\321\322\342DD\343\325\344\307\304\333\345& \210\320\346\321\322\347DD\350\325\351\307\304\333\352& \210\320\353\321\322\354DD\355\325\351%\210\320\356\321\322\357DD\360\325\326\307\304\333\361& \210\320\362\321\322\363DD\364\325\351\307\304\333\365& \210\320\366\321\322\367DD\370\325\351\307\304\333\371& \210\372\373!\210\374\375\376\377!\201@\201A\201B\201C\201D\201E\201F\201G&\n!\207" [lsp-clients-kotlin-server-executable require lsp-mode custom-declare-group lsp-kotlin nil "LSP support for Kotlin, using KotlinLanguageServer." :group :link (url-link "https://github.com/fwcd/KotlinLanguageServer") defvaralias lsp-kotlin-language-server-path (saved-value saved-variable-comment) put make-obsolete-variable "lsp-mode 6.4" custom-declare-variable funcall function #[0 "\300\207" [#1="kotlin-language-server"] 1 #1#] "The kotlin-language-server executable to use.\nLeave as just the executable name to use the default behavior of finding the\nexecutable with `exec-path'." :type string lsp-kotlin-trace-server #[0 "\300\207" [#2="off"] 1 #2#] "Traces the communication between VSCode and the Kotlin language server." (choice (:tag "off" "messages" "verbose")) :package-version (lsp-mode . "6.1") lsp-kotlin-compiler-jvm-target #[0 "\300\207" [#3="1.8"] 1 #3#] "Specifies the JVM target, e.g. \"1.6\" or \"1.8\"." (lsp-mode . "6.1") lsp-kotlin-linting-debounce-time #[0 "\300\207" [250] 1] "[DEBUG] Specifies the debounce time limit.\nLower to increase responsiveness at the cost of possible stability issues." number (lsp-mode . "6.1") lsp-kotlin-completion-snippets-enabled #[0 "\300\207" [t] 1] "Specifies whether code completion should provide snippets (true) or\nplain-text items (false)." boolean (lsp-mode . "6.1") lsp-kotlin-debug-adapter-enabled #[0 "\300\207" [t] 1] "[Recommended] Specifies whether the debug adapter should be used.\nWhen enabled a debugger for Kotlin will be available." lsp-kotlin-debug-adapter-path #[0 "\300\207" [#4=""] 1 #4#] "Optionally a custom path to the debug adapter executable." (lsp-mode . "6.1") lsp-kotlin-external-sources-use-kls-scheme #[0 "\300\207" [t] 1] "[Recommended] Specifies whether URIs inside JARs should be represented\nusing the 'kls'-scheme." (lsp-mode . "6.1") lsp-kotlin-external-sources-auto-convert-to-kotlin #[0 "\300\207" [t] 1] "Specifies whether decompiled/external classes should be auto-converted\nto Kotlin." (lsp-mode . "6.1") lsp-register-custom-settings (("kotlin.externalSources.autoConvertToKotlin" lsp-kotlin-external-sources-auto-convert-to-kotlin t) ("kotlin.externalSources.useKlsScheme" lsp-kotlin-external-sources-use-kls-scheme t) ("kotlin.debugAdapter.path" lsp-kotlin-debug-adapter-path) ("kotlin.debugAdapter.enabled" lsp-kotlin-debug-adapter-enabled t) ("kotlin.completion.snippets.enabled" lsp-kotlin-completion-snippets-enabled t) ("kotlin.linting.debounceTime" lsp-kotlin-linting-debounce-time) ("kotlin.compiler.jvm.target" lsp-kotlin-compiler-jvm-target) ("kotlin.trace.server" lsp-kotlin-trace-server) ("kotlin.languageServer.path" lsp-clients-kotlin-server-executable)) lsp-register-client make-lsp-client :new-connection lsp-stdio-connection :major-modes (kotlin-mode) :priority -1 :server-id kotlin-ls :initialized-fn #[257 "\211\301\302\303!!)\207" [lsp--cur-workspace lsp--set-configuration lsp-configuration-section "kotlin"] 4 "\n\n(fn WORKSPACE)"]] 12) (defconst lsp-kotlin-plist-value-when-compiled nil) (provide 'lsp-kotlin)