Skip to content

2.0.0-160.3

Compare
Choose a tag to compare
@Him188 Him188 released this 12 Dec 18:59
· 43 commits to master since this release

2.0.0 for Kotlin 1.6.0 and IntelliJ IDEA 2021.3

New features

  • Support all Native platforms

Breaking changes

  • Plugin id changed from net.mamoe.kotlin-jvm-blocking-bridge to me.him188.kotlin-jvm-blocking-bridge
  • Package name changed to me.him188.kotlin.jvm.blocking.bridge
  • Old net.mamoe.kjbb.JvmBlockingBridge will be kept as @Deprecated for some time, and will be removed in the future.

There will be no further support for 1.x versions.

Migrating from 1.x to 2.0

Simply use new plugin me.him188.kotlin-jvm-blocking-bridge version 2.0.0-160.3, compile the project then apply suggested replacement.

This version of the compiler plugin supports Kotlin versions:

  • 1.6.0-M1 JVM/IR
  • 1.6.0-RC JVM/IR
  • 1.6.0 JVM/IR
  • 1.6.10-RC JVM/IR
  • 1.6.10 JVM/IR