Fix dokka plugin declaration in JVM gradle build file

This commit is contained in:
thunderbiscuit 2022-04-17 09:27:52 -04:00
parent d8cfa1110d
commit a9f42dd945
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -8,7 +8,7 @@ plugins {
id("signing")
// API docs
id("org.jetbrains.dokka") version
id("org.jetbrains.dokka")
// Custom plugin to generate the native libs and bindings file
id("org.bitcoindevkit.plugins.generate-jvm-bindings")