Best practice for newIntent in Kotlin

What do you think is best practice for newIntent on Kotlin

  1. 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
  2. newIntent pattern and newInstance on fragment pattern are nicer in this way

but anko is so beautiful and already there :slight_smile: