Skip to content

Commit

Permalink
We still had to disable per-module metalava plugin specification...
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Dec 13, 2023
1 parent 16cc583 commit 35939aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ktmidi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ plugins {
id("org.jetbrains.dokka")
id("maven-publish")
id("signing")
id("me.tylerbwong.gradle.metalava")
// FIXME: re-enable metalava when we could migrate to Gradle 8.x
//id("me.tylerbwong.gradle.metalava")
}

kotlin {
Expand Down

0 comments on commit 35939aa

Please sign in to comment.