typelevel / scalac-compat

Lightweight tools for tackling Scalac version incompatibilities
Apache License 2.0
6 stars 3 forks source link

Enable JS and Native platforms #65

Closed iRevive closed 1 year ago

iRevive commented 1 year ago

It would be nice to use the library in cross-platform projects.

armanbilge commented 1 year ago

Thanks for the PR. Actually, we are already using this in cross-platform projects (i.e. every Typelevel project). Because the library is only compile-time annotations it is okay to use %%. Maybe we can update the README.

iRevive commented 1 year ago

@armanbilge ah, I was trying to use it with %%%. %% works right away, thanks!