Him188 / kotlin-jvm-blocking-bridge

Call Kotlin suspend functions from Java with minimal effort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Member bridges are incorrectly `synchronized`

Him188 opened this issue · comments

   @GeneratedBlockingBridge
   @NotNull
   public synchronized void member() {
      RunBlockingKt.$runSuspend$(new AClass$$member$$bb$JLnVCnE(this));
   }