kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Version Catalog Support

Open KDanisme opened this issue 1 year ago • 0 comments

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) 

KDanisme avatar Jun 21 '23 15:06 KDanisme