Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
50c07830
Commit
50c07830
authored
2 years ago
by
Jinseong Jeon
Browse files
Options
Download
Email Patches
Plain Diff
AA: adapt to removal of ProjectStructureProvider#getKtBinaryModules
parent
25df3bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/kotlin/base/project-structure/src/org/jetbrains/kotlin/idea/base/projectStructure/ProjectStructureProviderIdeImpl.kt
+0
-5
.../base/projectStructure/ProjectStructureProviderIdeImpl.kt
with
0 additions
and
5 deletions
+0
-5
plugins/kotlin/base/project-structure/src/org/jetbrains/kotlin/idea/base/projectStructure/ProjectStructureProviderIdeImpl.kt
+
0
-
5
View file @
50c07830
...
...
@@ -4,7 +4,6 @@ package org.jetbrains.kotlin.idea.base.projectStructure
import
com.intellij.openapi.project.Project
import
com.intellij.psi.PsiElement
import
org.jetbrains.kotlin.analysis.project.structure.KtBinaryModule
import
org.jetbrains.kotlin.analysis.project.structure.KtModule
import
org.jetbrains.kotlin.analysis.project.structure.ProjectStructureProvider
import
org.jetbrains.kotlin.analyzer.ModuleInfo
...
...
@@ -34,10 +33,6 @@ internal class ProjectStructureProviderIdeImpl(private val project: Project) : P
else
->
NotUnderContentRootModuleByModuleInfo
(
moduleInfo
as
IdeaModuleInfo
,
this
)
}
override
fun
getKtBinaryModules
():
Collection
<
KtBinaryModule
>
{
TODO
(
"This is a temporary function used for Android LINT, and should not be called in the IDE"
)
}
companion
object
{
fun
getInstance
(
project
:
Project
):
ProjectStructureProviderIdeImpl
{
return
project
.
getService
(
ProjectStructureProvider
::
class
.
java
)
as
ProjectStructureProviderIdeImpl
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help