I want to use Kotlin to create modules to be used ...
# announcements
n
I want to use Kotlin to create modules to be used by pure Java applications. How possible is it for Kotlin code to have no dependency on the kotlin runtime or stdlib? Could the kotlin compiler have a “runtimeless” mode that would fail with an error if the code being compiled uses features that require the runtime or stdlib?