Hello, I am trying to setup a basic Scaloid application skeleton with android-sdk-plugin. Everything works great, I can generate an IDEA project, build/deploy everything with SBT, etc. However, as soon as I add some unit tests in the layout, SBT for some reason includes them in my "sbt compile" process, resulting in multiple errors, because ScalaCheck is included only in "test" configuration. Note that it happens in "sbt compile" and "sbt test" (which tries to recompile everything first), I'm not even talking about "android:test" here. If I remove all references to android-sdk-plugin from Build.scala, "sbt compile" runs without any complaints.
I showed all the logs, layout, and file contents here: https://gist.github.com/apskim/074ec21221ef0034d917 Thank you for any help! -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
