https://kotlinlang.org logo
#serialization
Title
# serialization
r

Rob Murdock

11/02/2023, 12:32 PM
Anybody have trouble with the gradle serialization plugin in a multiplatform context after upgrading to 1.9.20? I'm seeing an issue where my js sourceset can't see the generated serializers at test time, but my jvm project can
I think this may have been a false alarm related to accidentally mixing versions of kotlin inappropriately, but i'll leave up in case anyone runs into this again
This has cropped up again - it’s possible my “fix” actually was another misalignment. 😂 So I’m stugglin’ to figure it out