You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`KotlinJsCompilation.irOnly` and `KotlinJsCompilation.irProduceJs` now default to true and are the only supported options.
12
+
- Expose new `KotlinCompilation.compilerPluginRegistrars` property for adding `CompilerPluginRegistrar` instances (the new entrypoint API for compiler plugins)
- Deprecate `KotlinCompilation.compilerPlugins` in favor of `KotlinCompilation.componentRegistrars`. The latter is also deprecated, but this is at least a clearer name.
- Don't try to set removed kotlinc args. If they're removed, they're removed forever. This library will just track latest kotlin releases with its own.
26
+
- Dependency updates:
27
+
```
28
+
Kotlin (and its associated artifacts) 1.8.0
29
+
KSP 1.8.0
30
+
Classgraph: 4.8.153
31
+
```
32
+
33
+
Special thanks to [@bnorm](https://github.com/bnorm) for contributing to this release.
0 commit comments