kotlinx / ast

Generic AST parsing library for kotlin multiplatform
Apache License 2.0
324 stars 22 forks source link

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

Closed eiswind closed 4 years ago

eiswind commented 4 years ago

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 commented 4 years ago

Answer found: https://github.com/kotlinx/ast/issues/12 seems to solve it