# 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](https://kotlin-docs.waresix.com/basics/function)

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

### [Coroutines](https://kotlin-docs.waresix.com/libraries/coroutines)

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

### Code Style Guide

* [Nomenclature](https://kotlin-docs.waresix.com/code-style-guide/nomenclature)
* [Structure](https://kotlin-docs.waresix.com/code-style-guide/structure)
