Solution itself works fine for me, for example for...
# android
a
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.