https://kotlinlang.org logo
Title
n

nilTheDev

08/21/2021, 3:48 PM
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

hho

08/21/2021, 4:09 PM
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

Vampire

08/21/2021, 4:43 PM
#build-tools? Why not #gradle?
Besides that, the user guide, tutorials and sample projects are a great resource
h

hho

08/22/2021, 7:34 PM
Why not #gradle?
Because I didn't know that existed. 😞