Hi, does anyone here find setting up a new open so...
# library-development
l
Hi, does anyone here find setting up a new open source library cumbersome? Setting up gradle modules (library and sample modules), the name(s), the publishing scripts, the dependencies... I am personally a bit bothered by this, and I'm thinking about finding, or making a program to make it quicker to setup a new library project
g
Publishing is super tedious imo
I start to work on small project that configures publishing with minimal additional settings and provides dsl to override defaults https://github.com/gildor/opublish
Library template for IDEA would be also nice, but I think the only good way to do that is Idea plugin