kevinmost
AnkoContext.create
inline fun <T, R> Context.anko(owner: T, block: AnkoContext<T>.() -> R): R { return with(AnkoContext.create(this, owner)) { block() } }