Is the Dokka version bound to the Kotlin plugin ve...
# dokka
m
Is the Dokka version bound to the Kotlin plugin version? I.e. can I use Dokka 1.7.10 with Kotlin 1.6.21? (or the other way around)
i
You can, it should generally work fine in either direction unless there's some breaking changes or new language features that need to be supported. We also have integration tests that run current Dokka against at least three latest major Kotlin versions, so you should be OK :)
🙏 1
👍 1