Implement -Ydelambdafy:inline for Scala 3

Dear Devs,

thank you for the hard work. I’m enjoying using scala all these years.

I am looking into what might be missing to migrate our project to Scala 3. It happend that we are using -Ydelambdafy:inline to make it possible to serialise some classes and move them to remote environment. Without this option XStream return null values.

Is there any plan to propose such a functionnality in scala 3?

very best,
Romain