What do you think is best practice for newIntent on Kotlin
- Anko is very nice, but doesn’t work with autocomplete and doesn’t have parameters to start activity in the same file/class as activity - eg you still have to know what’s expected
- newIntent pattern and newInstance on fragment pattern are nicer in this way
but anko is so beautiful and already there