# Kotlin

A Kotlin tiny assertion DSL

Sometimes I don't want to import a full testing framework, or I want some assertions in a REPL. Here is a minimalist colorful testing utility in Kotlin.

Multiplatform applications with Kotlin 1.2

Kotlin 1.2 introduces kotlin multiplatform to share code for different targets.