<@U1CJPGHN0>: We've been using Anko in production ...
# android
j
@amagi82: We've been using Anko in production apps for a long while now, maybe a year. You may need to add some thing here and there for it to suit your purposes. I find it significantly easier to work with than XML and have only had to use XML for things like widgets. I have a repo that has some extensions for Anko at https://github.com/lightningkite/kotlin-anko/. If you want to go even crazier like we do and do away with activities, we use https://github.com/lightningkite/kotlin-anko-view-controllers. It's far simpler to use because you don't have to parcel everything in and out constantly. We're working on it constantly and have an example app at https://github.com/UnknownJoe796/kotlin-components-starter.