Skip to content

1.0.3

Compare
Choose a tag to compare
@fankes fankes released this 03 Nov 18:32
· 38 commits to master since this release
2f47d72

SweetDependency 1.0.3 Released

  • Fix a Class conflict between this plugin and the Kotlin plugin starting from 1.0.0 version
  • Change the configuration dependency autowire(...) in Kotlin Multiplatform to sweet.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 脚本中识别为非空返回值类型
  • 一些其它功能性的改进

详情请查看更新日志