just a question, I'm looking to update the followi...
# dokka
e
just a question, I'm looking to update the following platform constraints on dokka
api("org.jetbrains.dokka:dokka-gradle-plugin:1.4.30")
according to the docs now I should write
api("org.jetbrains.dokka:kotlin-as-java-plugin:1.5.0")
am I right?
m
those are 2 different plugins. For having ‘just dokka’ you should update version in the first snippet to 1.5.0
e
thanks