It has been sometime since I started learning `Kot...
# getting-started
n
It has been sometime since I started learning
Kotlin
. I feel
gradle
is indispensable for any
kotlin
project. Be it in
Android
or some other frameworks. But it is still a magic for me. How does it pull stuff from the repositories, how does it build projects and so on. Any suggestion on where I can learn about it from the bottom-up? Only some basics stuff that we use day-to-day would be fine. It doesn't feel comfortable to use some tool that I don't understand.
h
if you have an actual Kotlin problem with Gradle, there's a channel for that: #build-tools if your Gradle problem is not specific to Kotlin, it's better to ask on Stackoverflow or on the Gradle Community Slack.
v
#build-tools? Why not #gradle?
Besides that, the user guide, tutorials and sample projects are a great resource
h
Why not #gradle?
Because I didn't know that existed. 😞