/** * Module for conda */ module com.github.gtache.autosubtitle.conda { requires transitive com.github.gtache.autosubtitle.core; requires org.apache.logging.log4j; exports com.github.gtache.autosubtitle.setup.conda; exports com.github.gtache.autosubtitle.modules.setup.conda; }