Registry / utility / kotlin-osgi-bundle

kotlin-osgi-bundle

JSON →
library2.4.0javamavenunverified

Provides the Kotlin standard library packaged as an OSGi bundle for use in modular Java applications.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-osgi-bundle</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-OSGI-BUNDLE
K
kotlin-osgi-bundle
utilityjavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JvmStatic
kotlin.jvm.JvmStatic

Demonstrates using a Kotlin annotation in Java.

import kotlin.jvm.JvmStatic; public class Example { @JvmStatic public static void main(String[] args) { System.out.println("Hello from Kotlin OSGi"); } }
Debug
Known issues
breakingVersion 2.4.0 requires Kotlin compiler 2.0+; older versions may have compatibility issues.
fix
Ensure your Kotlin compiler version matches the bundle version.
affects: >=2.0.0
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlin-osgi-bundle — mvn dependency:get kotlin-osgi-bundle · libregistry