plugins { id 'java-library' id 'java' } // this CORE module cannot depend on model/ini! dependencies { api project(':core_io') }