You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tutorial shows how to mix Scala 2.13 and Scala 3 macros in a single artifact. There are two main benefits of this:
10
+
This tutorial shows how to mix Scala 2.13 and Scala 3 macros in a single artifact. This means that consumers can use '-Ytasty-reader' from Scala 2.13 code that uses your macros.
11
+
12
+
There are two main benefits of this:
11
13
12
14
1. Making a new or existing scala 3 macro library available for Scala 2.13 users without having to provide a separate 2.13 version
13
-
2. Allowing multi-project builds to be upgraded module by module, even where macro libraries are used.
15
+
2. Allowing your macros to be usable in multi-project builds that are being upgraded module by module.
0 commit comments