Releases: Him188/kotlin-jvm-blocking-bridge
Releases · Him188/kotlin-jvm-blocking-bridge
1.0.5
- Fix bridge modality for sealed classes
1.0.4
- Publish Kotlin/Native artifacts for all targets
1.0.3
- Fix compiler error for inherited functions from interfaces
0.9.0
- Fix inconsistent modality in the legacy backend
- Support exceptions(by
@Throws
)
- Fix resolver for top-level functions
0.8.1
- Avoid bridge function name clash
0.8.0
- Support default impls in interfaces in IR
- Support diagnostics in IR
0.7.0
- Support multiplatform projects
- Support top-level functions in IR
0.6.0
- New Inspections:
INTERFACE_NOT_SUPPORTED
, INLINE_CLASSES_NOT_SUPPORTED
.
- Rework analyzer, it now supports overridden methods
- IDE plugin supports resolving bridges generated in superclasses
- Compiler plugin supports generating bridges for interfaces
0.5.0
- Publish embeddable compiler plugin module:
kotlin-jvm-blocking-bridge-compiler-embeddable
, which uses relocated dependencies like kotlin-compiler-embeddable
- Add inspections:
REDUNDANT_JVM_BLOCKING_BRIDGE_ON_PRIVATE_DECLARATIONS
and INAPPLICABLE_JVM_BLOCKING_BRIDGE