Momin Tahir
06/24/2024, 6:03 AMincludeBuild("build-logic")
in settings.gradle.kts
(Project Settings).
And after that we need to enable version catalog feature in settings.gradle.kts
(Included build:build-logic).
So now my question is where does this settings.gradle.kts
(Included build:build-logic) comes from ? Do we need to add this file manually by doing copy and paste ?CLOVIS
06/24/2024, 7:38 AMMomin Tahir
06/24/2024, 7:39 AMCLOVIS
06/24/2024, 7:39 AMMomin Tahir
06/24/2024, 7:39 AMCLOVIS
06/24/2024, 7:40 AMBecause when I try to make my build-logic as a module it doesn't come along with it.What did you do?
CLOVIS
06/24/2024, 7:40 AMMomin Tahir
06/24/2024, 7:42 AMsettings.gradle (project settings)
file and added
includeBuild("build-logic")
under pluginManagement {}
CLOVIS
06/24/2024, 7:45 AMsettings.gradle.kts
. If you do not create that file, you can't configure the build.Momin Tahir
06/24/2024, 7:47 AMincludeBuild("build-logic")
We have to create our own settings.gradle.kts
under build-logic folder ?CLOVIS
06/24/2024, 7:58 AMCLOVIS
06/24/2024, 7:58 AMMomin Tahir
06/24/2024, 7:58 AM