I'm trying to use dokka-gradle-plugin 1.4-rc but it appears to depend on Kotlin 1.4, which Gradle doesn't support for plugins. Getting "Runtime JAR files in the classpath should have the same version" for task "buildSrccompileKotlin" due to conflict between 1.3.72 and 1.4. How is this supposed to work?