The New Module wizard has an option for a "Java library" that creates a plain Java library without Android stuff; it uses the normal Java plugin in its build.gradle file. You can also do the same steps by hand that the wizard does for you, setting up a Gradle build file that uses the Java plugin and referencing it in your settings.gradle file. Other modules can depend on the Java module as per usual.
On Tue, Aug 26, 2014 at 3:24 PM, Michael Wallstedt <[email protected] > wrote: > What is the recommended way to define a module containing plain Java code > that I want to include in my project? I assume this needs to be done at the > gradle level, since changes that only manipulates .iml files will be lost > on a "gradle sync". If I use the android gradle plugin, am I required to > provide some sort of dummy manifest? > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" 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. > -- You received this message because you are subscribed to the Google Groups "adt-dev" 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.
