Closed eiswind closed 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?
Answer found: https://github.com/kotlinx/ast/issues/12 seems to solve it
I desperately fail to get the artifacts from jitpack into my gradle build.
The module uses the jvm only kotlin plugin
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?