---@type vim.lsp.Config return { settings = { kotlin = { compiler = { jvm = { target = "17", }, }, }, }, }