https://kotlinlang.org logo
a

artem_zin

05/31/2016, 11:04 AM
Solution itself works fine for me, for example for class with single public constructor without params:
SomeClass::class.constructors.first().call()
. Check that you pass parameters of required types.