Use Void instead of Unit in RMI calls, should fix EA-82064
("Could not initialize class Kotlin.Unit")
(cherry picked from commit b3a1311)
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ interface CompilerCallbackServicesFacade : Remote {
|
||||
// ----------------------------------------------------
|
||||
// CompilationCanceledStatus
|
||||
@Throws(RemoteException::class, RmiFriendlyCompilationCanceledException::class)
|
||||
fun compilationCanceledStatus_checkCanceled(): Unit
|
||||
fun compilationCanceledStatus_checkCanceled(): Void?
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user