fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Version Catalog Support #476

Open KDanisme opened 1 year ago

KDanisme commented 1 year ago

Im using gradle 8.2 with version catalog like this:

plugins {
    alias(libs.plugins.kotlin)
}

Im getting this error in my build.gradle.kts

val Project.libs: LibrariesForLibs' can't be called in this context by implicit receiver. Use the explicit one if necessary kotlin (DSL_SCOPE_VIOLATION)
Cannot access class 'org.gradle.accessors.dm.LibrariesForLibs'. Check your module classpath for missing or conflicting dependencies kotlin (MISSING_DEPENDENCY_CLASS)