allure-framework / allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
Apache License 2.0
57 stars 21 forks source link

Stable version of Kotlin Serialization #38

Closed misa closed 3 years ago

misa commented 3 years ago

Current Allure Kotlin version 2.1.2 is based on pre stable version Kotlin Serialization version 0.20.0. This is causing build failures if it's used in a project with a stable version of Kotlin Serialization library.

Fixed by #37