dokka
dokka copied to clipboard
`Unit` not converted to `void` in interfaces
Using the kotlin-as-java-plugin, the following code:
interface Test {
fun foo()
}
Generates the following output:
Despite the code being compiled into void foo(), the return type shows up as Unit