kotlinx/ast

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

Closed this issue · 1 comments

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?

Answer found:
#12 seems to solve it