Suppress deprecation warnings related to scripting
This commit is contained in:
+1
@@ -41,6 +41,7 @@ class KotlinResolutionFacadeForRepl(
|
||||
|
||||
@FrontendInternals
|
||||
override fun <T : Any> getFrontendService(serviceClass: Class<T>): T {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
return provider.resolve(serviceClass)!!.getValue() as T
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user