softwaremill / magnolia

Easy, fast, transparent generic derivation of typeclass instances
https://softwaremill.com/open-source/
Apache License 2.0
764 stars 116 forks source link

[scala3] Use standard project structure #505

Closed RustedBones closed 8 months ago

RustedBones commented 8 months ago

Use a standard project structure. Would help with #499, to add a test/src/test/scalajvm test source folder for test3 project only

From

src/
  core/
  examples/
  test/
  test-enum/ <-- was no referenced by build

to

core/src/main/scala/magnolify1/
examples/src/main/scala/magnolify1/examples/
test/src/test/
  java/magnolify1/tests/
  scala/magnolify1/tests/
adamw commented 8 months ago

Thanks!