Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support IntelliJ Platform Dependency extension syntax #104

Open
WhosNickDoglio opened this issue Jul 24, 2024 · 1 comment
Open

Support IntelliJ Platform Dependency extension syntax #104

WhosNickDoglio opened this issue Jul 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@WhosNickDoglio
Copy link

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)
    }
}
@autonomousapps autonomousapps added the enhancement New feature or request label Oct 10, 2024
@WhosNickDoglio
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants