文件名称:Android代码-dokka
文件大小:612KB
文件格式:ZIP
更新时间:2022-08-26 07:14:26
Android代码
dokka Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. Just like Kotlin itself, Dokka fully supports mixed-language Java/Kotlin projects. It understands standard Javadoc comments in Java files and KDoc comments in Kotlin files, and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown. Using Dokka Using the Gradle plugin buildscript { repositories { jcenter() } dependencies { cl