Searched defs:effectivePackageOptions (Results 1 – 1 of 1) sorted by relevance
76 …fun effectivePackageOptions(pack: String): PackageOptions = perPackageOptions.firstOrNull { pack =… in <lambda>() method77 …fun effectivePackageOptions(pack: FqName): PackageOptions = effectivePackageOptions(pack.asString(… in <lambda>() method