jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

TypedResources cause problems in multi-project builds #76

Open mkneissl opened 13 years ago

mkneissl commented 13 years ago

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").