New
v1.4.0
New Features / Improvements
- [#33] [#73] Add support for Gradle Plugin to work on Kotlin Multiplatform project having Compose Multiplatform.
The plugin can be applied to a project having KMP and Compose Multiplatform plugin applied already as follows:
plugins {
id("org.jetbrains.kotlin.multiplatform")
id("org.jetbrains.compose")
id("dev.shreyaspatil.compose-compiler-report-generator")
}
Fixes
- [#114] Fixed generation of invalid parameter for a function (when report contains some polluted data for a function body).
New Contributors
📢 Shoutout and thanks to @mr3y-the-programmer for contributing to this release" 🎉.
Full Changelog: https://github.com/PatilShreyas/compose-report-to-html/compare/v1.3.1...v1.4.0