What is the Splitties DSL equivalent to anko’s ```...
# splitties
n
What is the Splitties DSL equivalent to anko’s
Copy code
alert {
    customView { ... }
}
?
l
@nickk
alertDialog { setView(…) }
🙂 1