Remove deprecated declarations from project code, cleanup usages
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class KotlinBinaryClassCache : Disposable {
|
||||
}
|
||||
|
||||
val aClass = ApplicationManager.getApplication().runReadAction(Computable {
|
||||
//noinspection deprecation
|
||||
@Suppress("DEPRECATION")
|
||||
VirtualFileKotlinClass.create(file, fileContent)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user