korlibs-archive/krypto

Gradle metadata

Closed this issue · 1 comments

Ideally this and your other libraries would be published with Gradle Metadata enabled. That would drastically simplify usage. It's not final yet, thus currently it comes down to adding this to the library's settings.gradle:

enableFeaturePreview("GRADLE_METADATA")

Already being done...