findify / flink-adt

Scala ADT support for Apache Flink
MIT License
51 stars 9 forks source link

Scala 3 support #16

Closed NickBurkard closed 2 years ago

NickBurkard commented 2 years ago

This should be enough to get Scala 3 support working! 😄

NickBurkard commented 2 years ago

Let me know if you have any questions @shuttie, I tried to document as much as I could around design decisions for supporting Scala 3. All existing tests should be passing, I need to look into checking that Scala 3 enum support is working as expected.