
The project implements extensions for Android widgets to help users by handling boilerplate code for various use cases. Take some time to familiarize yourself with the project. Navigate to the starter project directory you downloaded and click Open. Open Android Studio and click Open an existing Android Studio project.

If you’re also new to Android development, check out these Getting Started With Android tutorials.ĭownload the starter project by clicking the Download Materials button at the top or bottom of the tutorial. If you’re unfamiliar with Kotlin, take a look at this Introduction to Kotlin for Android article. This article assumes you have previous experience developing for Android in Kotlin. Note: This article uses an Android project to showcase KDoc and Dokka, but you can apply the concepts shown to any Kotlin project. Making it easy for other developers to use your project is a challenging but rewarding task - and good documentation plays a major role in it.īy the end of this article, you’ll have documentation generated in HTML for the notktx project. The major target audience for libraries is usually other developers, so documenting a library project can be a great way to understand how to go about documenting codebases.

You’ll work on an Android library project called notktx and generate customized documentation for it. To use Dokka to generate great-looking documentation quickly and easily.

