Description
sbt unidoc plugin uses dependencyClasspath.all
Because of this, having both kafka 0.8 and 0.10 dependencies on the classpath causes compilation errors during unidoc.
Need a workaround, possibly to skip 0.10 during unidoc and then try to add it back later.