For example you can add dependencies on the modules like this:
build.gradle.kts
implementation("com.github.nemosofts:library:9.0.4")Or in Gradle Groovy DSL build.gradle:
implementation 'com.github.nemosofts:library:9.0.4'where 9.X.X is your preferred version. All modules must be the same version.