diesieben07
02/01/2018, 2:01 PMawaitExecutes that takes a Class<T> instead of a reified parameter. Then you can make callMethod take a Class<T> as well and pass it on. Then you can make an overload for callMethod as an inline extension function with reified type parameter which delegates to the primary callMethod.