> For the complete documentation index, see [llms.txt](https://kotlin-docs.waresix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kotlin-docs.waresix.com/master.md).

# Intro

This documentation will provide you a glimpse of basic concept and usage we commonly used of Kotlin on daily basis.

## Table of contents

### [Function in Kotlin](/basics/function.md)

* Characteristic
* Declaration
* Default arguments & named arguments
* Types of function

### [Coroutines](/libraries/coroutines.md)

* Overview
* Coroutines vs Threads
* Coroutine builder
* Suspend function
* Dispatcher

### Code Style Guide

* [Nomenclature](/code-style-guide/nomenclature.md)
* [Structure](/code-style-guide/structure.md)
