Update runtime dependency in kotlinx.serialization plugin tests to 1.4.1

This commit is contained in:
Leonid Startsev
2022-12-12 18:52:57 +01:00
committed by Space Team
parent 14544c0180
commit a1894ed027
5 changed files with 30 additions and 5 deletions
@@ -25,7 +25,7 @@ fun testSerializers(): String {
if (!str1.contains("kotlinx.serialization.internal.EnumSerializer")) return str1
/**
* Serialization 1.4.1+ have runtime factories to create EnumSerializer instead of synthetic $serializer, saving bytecode
* Serialization 1.5.0+ have runtime factories to create EnumSerializer instead of synthetic $serializer, saving bytecode
* and bringing consistency. After updating the version, uncomment this block.
*/
// val str2 = cs[1].toString()