Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNotUnderContentRootModule (0.17 sec)

  1. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/impl/KtStandaloneProjectStructureProvider.kt

            @OptIn(LLFirInternals::class)
            LLFirBuiltinsSessionFactory.getInstance(project).getBuiltinsSession(platform).ktModule as KtBuiltinsModule
        }
    
        override fun getNotUnderContentRootModule(project: Project): KtNotUnderContentRootModule {
            return ktNotUnderContentRootModuleWithoutPsiFile
        }
    
        @OptIn(KtModuleStructureInternals::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Apr 10 16:23:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top