When using TypedResources in one of the subprojects, TR.scala is generated in each subproject.
This for example results in a different TR.scala in the test subproject, which in turn prevents the tested application to load due to diverging class definitions ("Class resolved by unexpected DEX", "had used a different ... TypedResource ... during pre-verification").
I have a multi-project sbt build.
When using TypedResources in one of the subprojects, TR.scala is generated in each subproject.
This for example results in a different TR.scala in the test subproject, which in turn prevents the tested application to load due to diverging class definitions ("Class resolved by unexpected DEX", "had used a different ... TypedResource ... during pre-verification").