kotlinx / ast

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

GRADLE_METADATA is not required for Gradle 5.3+ #61

Closed matkoniecz closed 2 years ago

matkoniecz commented 2 years ago

WARNING: this is not tested and depends on https://blog.gradle.org/gradle-metadata-1.0 and may be wrong!

Starting with Gradle 5.3, if you are a consumer and the library you use has Gradle metadata published, Gradle will automatically consume any Gradle metadata that is published to Maven or Ivy repositories.

https://blog.gradle.org/gradle-metadata-1.0

matkoniecz commented 2 years ago

Partially tested by running into #37 - in recent Gradle it is completely gone

drieks commented 2 years ago

I already removed it from gradle, now this is clear in the documentation, thank you!