gabrielfv
05/31/2019, 6:06 PMinline fun <reified A : Activity> run(runner: (A) -> Unit)
And the same with <reified F : Fragment>
it complains that both have the same JVM signatures. Probably because of the generics, which unfortunately are necessary.