turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

dex error with Gradle and Android Studio #26

Closed powder366 closed 10 years ago

powder366 commented 10 years ago

http://stackoverflow.com/questions/23701393/building-storm-getting-dex-error-upon-building

galex commented 10 years ago

Answered to your post on StackOverflow. It's not properly a bug of storm, well, kinda, indirectly. Till now the jars are build as they were android apps, which generates a BuildConfig class for each. There's a plan to change that in the near future.