Skip to content

Version Catalog Support #476

Open
Open
@KDanisme

Description

@KDanisme

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggradleRelated to the language server's support for Gradle projects

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions