Skip to content

Support IntelliJ Platform Dependency extension syntax #104

@WhosNickDoglio

Description

@WhosNickDoglio

The upcoming IntelliJ Platfrom Gradle plugin has a new syntax for defining IDE related dependencies that sortDependencies does not like. ./gradlew checkSortDependencies oddly enough passes but the sortDependencies task will fail when running into this syntax.

dependencies {
    intellijPlatform {
        instrumentationTools()
        androidStudio(libs.versions.androidStudio)
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions