1.0.3
SweetDependency 1.0.3 Released
- Fix a
Class
conflict between this plugin and theKotlin
plugin starting from1.0.0
version - Change the configuration dependency
autowire(...)
in Kotlin Multiplatform tosweet.autowire(...)
- Generated code is marked with
@Nonnull
to make it recognized as a non-null return type in Kotlin DSL scripts - Some other functional improvements
For more details, please check the changelog.
SweetDependency 1.0.3 已发布
- 修复从
1.0.0
版本开始的一个本插件与Kotlin
插件的Class
冲突问题 - 更换 Kotlin Multiplatform 中的配置依赖
autowire(...)
写法为sweet.autowire(...)
- 生成的代码使用
@Nonnull
标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型 - 一些其它功能性的改进
详情请查看更新日志。