dmcg
08/03/2019, 9:55 PMdiesieben07
08/05/2019, 7:27 AMKType
would do that, but afaik the only way to obtain it without the reflection library is typeOf
dmcg
08/06/2019, 7:25 AMdiesieben07
08/06/2019, 7:37 AMtypeOf
intrinsic now. val myType = typeOf<List<String>>()
works finedmcg
08/06/2019, 7:41 AM