1.0.4
SweetProperty 1.0.4 Released
- Fix the issue where attribute key value names like
a=some
anda_b=some
would cause duplicate method names - Fix the problem that the interpolation content generated using
${...}
still carries string type quotes - Generated code is marked with
@Nonnull
to make it recognized as a non-null return type in Kotlin DSL scripts - Added
project(...)
configuration method to support configuring multiple projects at the same time - Some other functional improvements
For more details, please check the changelog.
SweetProperty 1.0.4 已发布
- 修复类似
a=some
和a_b=some
的属性键值名称会造成重复方法名称的问题 - 修复使用
${...}
生成的插值内容依然会携带字符串类型引号问题 - 生成的代码使用
@Nonnull
标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型 - 新增
project(...)
配置方法支持同时配置多个项目 - 一些其它功能性的改进
详情请查看更新日志。