- Add to the project
git submodule add https://github.com/flsrg/llm-polling-bot- Update after clone
git submodule init
git submodule update- Configure gradle
- build.gradle.kts
dependencies {
implementation(project(":llm-polling-bot"))
}- settings.gradle.kts
include(":llm-polling-bot")
project(":llm-polling-bot").projectDir = file("libs/llm-polling-bot") - Update submodule to the latest commit
git submodule update --remote