Core Kotlin Cache Service
class CoreKotlinCacheService(resolutionFacade: DokkaResolutionFacade) : KotlinCacheService
Content copied to clipboard
Functions
getResolutionFacade
Link copied to clipboard
open override fun getResolutionFacade(elements: List<KtElement>): ResolutionFacade
Content copied to clipboard
open override fun getResolutionFacade(elements: List<KtElement>, platform: TargetPlatform): ResolutionFacade
Content copied to clipboard
getResolutionFacadeByFile
Link copied to clipboard
open override fun getResolutionFacadeByFile(file: PsiFile, platform: TargetPlatform): ResolutionFacade?
Content copied to clipboard
getResolutionFacadeByModuleInfo
Link copied to clipboard
open override fun getResolutionFacadeByModuleInfo(moduleInfo: ModuleInfo, settings: PlatformAnalysisSettings): ResolutionFacade?
Content copied to clipboard
open override fun getResolutionFacadeByModuleInfo(moduleInfo: ModuleInfo, platform: TargetPlatform): ResolutionFacade?
Content copied to clipboard
getSuppressionCache
Link copied to clipboard