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
27e1980e
Commit
27e1980e
authored
6 years ago
by
Daniil Ovchinnikov
Browse files
Options
Download
Email Patches
Plain Diff
[gradle] cleanup
parent
ac0d240f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/gradle/java/src/service/resolve/util.kt
+2
-1
plugins/gradle/java/src/service/resolve/util.kt
with
2 additions
and
1 deletion
+2
-1
plugins/gradle/java/src/service/resolve/util.kt
+
2
-
1
View file @
27e1980e
...
...
@@ -33,7 +33,8 @@ internal fun PsiClass?.isResolvedInGradleScript() = this is GroovyScriptClass &&
internal
fun
PsiFile
?.
isGradleScript
()
=
this
?.
originalFile
?.
virtualFile
?.
extension
==
EXTENSION
@JvmField
val
RESOLVED_CODE
:
Key
<
Boolean
?>
=
Key
.
create
<
Boolean
?>(
"gradle.resolved"
)
@JvmField
val
RESOLVED_CODE
:
Key
<
Boolean
?>
=
Key
.
create
(
"gradle.resolved"
)
// TODO extract API for delegation
fun
processDelegatedDeclarations
(
processor
:
PsiScopeProcessor
,
state
:
ResolveState
,
place
:
PsiElement
,
fqn
:
String
):
Boolean
{
...
...
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