Dominaezzz
03/02/2019, 10:44 PMfun getService() = someFactoryWrittenInJava.getService()!!
Without the !!
I get a warning to add it and with the !!
I get a warning to remove it.
I could explicitly specify the return type but it's not the point.karelpeeters
03/02/2019, 11:01 PMDominaezzz
03/02/2019, 11:13 PMlouiscad
03/03/2019, 11:51 AMDominaezzz
03/03/2019, 12:52 PM