Hello all. I am following this video and article(a...
# gradle
s
Hello all. I am following this video and article(also studying the NowinAndroid sample) on how to write convention plugins and I got to a part that confused me. I just have a simple question please. The
settings.gradle.kts
and the
gradle.properties
that are directly under the build-logic module, do I need to manually create them after adding the 'includeBuild("build-logic")' in the root settings.gradle.kts? The wording on the article made it seem as if there was some already existing or auto-generated
settings.gradle.kts
file that would be there just after creating the build-logic and it didn't state that we needed to manually create it either, so I really got confused. I will post the video and article under this message.
not kotlin but kotlin colored 1

https://www.youtube.com/watch?v=s9_hHEGUNUM&t=2144s

In the video, you can just skip to 12:09
Actually, there are two articles even. Two articles that don't provide so much information on that. Any help would be much appreciated thanks. I want to know my reason for doing anything, so I can better understand how things better work
I have already created them manually, just want to know if I am doing the right thing or not
v
Unless you have some tool that sets things up for you magically or something, you need to create them yourself, yes. Gradle will not create those files for you.
But this is not really a Kotlin question, so it is off-topic here. 😉
s
Ah I see thanks
But I thought since it was gradle related I could ask it here. Please what is the appropriate channel to ask this question in case of next time
v
In such open communities like this, always consider channel and server topics, not only channel names. If you would have done, it should hopefully be clear that it is none on this Slack and also where to ask instead. ;-)
👍 1
s
Alright then. That is noted. Also spotted that there is a gradle slack where we can ask general gradle questions
v
Yes, that's mentioned in the channel subject here 😉
s
I tried to join and it says that the link is no longer active
v
🙊
s
Alright thanks
Just joined thanks
👌 1