Join Slack
Powered by
Solution itself works fine for me, for example for...
# android
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.
Open in Slack
Previous
Next