Package Details: kotlin-language-server 1.3.9-1

Git Clone URL: https://aur.archlinux.org/kotlin-language-server.git (read-only, click to copy)
Package Base: kotlin-language-server
Description: Smart code completion, diagnostics and more for Kotlin using the Language Server Protocol
Upstream URL: https://github.com/fwcd/kotlin-language-server
Keywords: java jvm kotlin language server
Licenses: MIT
Conflicts: kotlin-language-server-git
Provides: kotlin-language-server
Submitter: GrimKriegor
Maintainer: aravance
Last Packager: aravance
Votes: 13
Popularity: 1.57
First Submitted: 2019-05-17 19:57 (UTC)
Last Updated: 2024-02-28 19:26 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

lightsaber commented on 2021-07-27 18:29 (UTC)

I got this error:

Exception in thread "main" java.lang.RuntimeException: Could not create parent directory for lock file /.gradle/wrapper/dists/gradle-6.8.1-bin/292llow5buzp6wg9rco3vjhoc/gradle-6.8.1-bin.zip.lck
    at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:43)
    at org.gradle.wrapper.Install.createDist(Install.java:48)
    at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
    at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)

Diaoul commented on 2021-06-17 14:11 (UTC)

Package does not install: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-15-openjdk I suggest changing the export JAVA_HOME to the default /usr/lib/jvm/default in PKGBUILD.

RX14 commented on 2021-01-12 19:42 (UTC)

Is this really java-runtime=14 or java-runtime>14? This breaks upgrading since jre-openjdk is now provides java-runtime 15

GrimKriegor commented on 2019-06-03 18:55 (UTC)

@tsp, thank you very much for the suggestion.

Those changes have been implemented in the latest commit.

tsp commented on 2019-06-01 01:59 (UTC)

I would recommend using the gradle wrappper to do the build otherwise change in the DSL can break it. That means you can probably remove the gradle make dependency too.