Fix comment

This commit is contained in:
Stypox 2025-11-27 13:40:02 +01:00
parent b734481528
commit 84cb869f2a
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -44,9 +44,9 @@ dependencyResolutionManagement {
// All of the code below handles depending on libraries from git repos, in particular dicio-numbers,
// dicio-skill and dicio-sentences-compiler. The git commits to checkout can be updated here.
// If you want to use a local copy of the projects (provided that you have cloned them in
// `../dicio-*`), you can add `useLocalDicioLibraries=true` in `local.properties`.
// dicio-skill and dicio-sentences-compiler. The git commits to checkout can be updated in the
// version catalog. If you want to use a local copy of the projects (provided that you have cloned
// them in `../dicio-*`), you can add `useLocalDicioLibraries=true` in `local.properties`.
data class IncludeGitRepo(
val name: String,