Hi, moe team! I think there should be moe-library module type. I need module for my projects which use moe apis but not an application module. Now I use
apply plugin: 'moe'
and it contains a lot of unusable tasks for library module. For example: moeLaunch and so on.
Or it should be possible to set dependency on moe api in dependencies section.