By the way, I like another thing from your build f...
# kobalt
c
By the way, I like another thing from your build file:
Copy code
val anko = listOf("sdk15", "support-v4", "design", "appcompat-v7", "recyclerview-v7")
        anko.forEach { name ->
            compile("org.jetbrains.anko:anko-$name:$ankoVersion")
        }