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

HELP Wanted: How to download the gradle artifacts with kotlin("jvm") #15

Closed
eiswind opened this issue Aug 15, 2020 · 1 comment
Closed

Comments

@eiswind
Copy link

eiswind commented Aug 15, 2020

I desperately fail to get the artifacts from jitpack into my gradle build.

The module uses the jvm only kotlin plugin

implementation("com.github.kotlinx.ast:grammar-kotlin-parser-antlr-kotlin:c6e164e3c0")

gradle seems to download a descriptor file from jitpack, but nothing else. It doesn't matter if I set the enableFeaturePreview or not.

Do you have any ideas what I'm getting wrong here?

@eiswind
Copy link
Author

eiswind commented Aug 15, 2020

Answer found:
#12 seems to solve it

@eiswind eiswind closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant