diff options
author | Anton Lakotko <antoha.by@gmail.com> | 2023-10-09 13:28:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 13:28:09 +0200 |
commit | 9809ae702cb9f9fad3c500df14a839e4a090180a (patch) | |
tree | 9afb337f994360c6f0201324ce6733216bf59a25 /gradle/libs.versions.toml | |
parent | 62d1143ed3f2f76c4f52eaaa1e079fc8b8c7f264 (diff) | |
download | dokka-9809ae702cb9f9fad3c500df14a839e4a090180a.tar.gz dokka-9809ae702cb9f9fad3c500df14a839e4a090180a.tar.bz2 dokka-9809ae702cb9f9fad3c500df14a839e4a090180a.zip |
Use compileDependencyFiles for getting compilation dependencies (#3147)
Co-authored-by: vmishenev <vad-mishenev@yandex.ru>
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 05a1faf2..6acd2a57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -62,6 +62,7 @@ kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collec #### Gradle plugins #### # The Maven coordinates of Gradle plugins that are either used in convention plugins, or in Dokka subprojects gradlePlugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "gradlePlugin-kotlin" } +gradlePlugin-kotlin-klibCommonizerApi = { module = "org.jetbrains.kotlin:kotlin-klib-commonizer-api", version.ref = "gradlePlugin-kotlin" } gradlePlugin-android = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin-android" } gradlePlugin-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "gradlePlugin-dokka" } gradlePlugin-shadow = { module = "gradle.plugin.com.github.johnrengelman:shadow", version.ref = "gradlePlugin-shadow" } |