raulraja
01/11/2021, 12:51 PMkotlin.Int.plus
. I’m currently using with no luck the following code which returns other plus
functions like the ones for collections, BigInteger and String but nothing for Int
builtIns.builtInPackagesImportedByDefault.flatMap {
it.memberScope.getContributedDescriptors { true }
}
Any help on how to get a hold of those descriptors is appreciated. Thanks!Drew Hamilton
01/11/2021, 1:43 PMDrew Hamilton
01/11/2021, 1:45 PMraulraja
01/11/2021, 2:52 PMDrew Hamilton
01/11/2021, 3:01 PM