-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
bugSomething isn't workingSomething isn't workinggradleRelated to the language server's support for Gradle projectsRelated to the language server's support for Gradle projects
Description
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)
Rdeisenroth
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggradleRelated to the language server's support for Gradle projectsRelated to the language server's support for Gradle projects