The
KJS Resources Plugin 0.3.0 is out!
It allows exposing Kotlin/JS resources to other modules. For example, if you have a KJS library module and an application module, you can import the library's resources into the application.
The plugin is compatible with Gradle Build Cache, Configuration Cache, Configuration on Demand, and with the standard publishing mechanism. If you're making a KJS library, you can use it to expose configuration files, base
css
files, etc to your users.
This release adds Kotlin 2.0.0 and Gradle 8.8 support.
Learn more •
Release notes