mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
External @NonNls annotations for Kotlin stdlib
GitOrigin-RevId: 4e79c621615776604ae2dd54c393655a77dce4f9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
acf9918816
commit
70ed18d2c7
3
.idea/libraries/kotlin_stdlib_jdk8.xml
generated
3
.idea/libraries/kotlin_stdlib_jdk8.xml
generated
@@ -5,6 +5,9 @@
|
||||
<dependency maven-id="org.jetbrains:annotations" />
|
||||
</exclude>
|
||||
</properties>
|
||||
<ANNOTATIONS>
|
||||
<root url="file://$PROJECT_DIR$/lib/annotations/kotlin" />
|
||||
</ANNOTATIONS>
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.72/kotlin-stdlib-jdk8-1.3.72.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlin/kotlin-stdlib/1.3.72/kotlin-stdlib-1.3.72.jar!/" />
|
||||
|
||||
8
lib/annotations/kotlin/kotlin/annotations.xml
Normal file
8
lib/annotations/kotlin/kotlin/annotations.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<root>
|
||||
<item name='kotlin.Deprecated java.lang.String message()'>
|
||||
<annotation name='org.jetbrains.annotations.NonNls'/>
|
||||
</item>
|
||||
<item name='kotlin.Suppress java.lang.String[] names()'>
|
||||
<annotation name='org.jetbrains.annotations.NonNls'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user