At the moment, just a simple Kotlin DSL for creating messages to send to slack
compile 'com.github.fitzoh:kotlin-slack-utils:$version'
or just copy paste this file into your project.
Message.create{
text = "hello"
attachment{
title = "this is"
text = "an attachment"
}
}