1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Updated link to Gradle site (#4423)

This commit is contained in:
Jamie Douglas 2023-08-30 22:20:28 +09:00 committed by GitHub
parent 68f9e4576b
commit d3bebfeea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,8 +75,7 @@ We have also listed down some free resources which you can use for the items lis
- [Data Structures and Algorithms](https://www.studytonight.com/data-structures/introduction-to-data-structures). Also [check this](https://www.tutorialspoint.com/data_structures_algorithms/index.htm).
- [Kotlin Data Structures](https://kotlinlang.org/docs/reference/collections-overview.html)
- [Algorithms and Data Structures in Kotlin](https://github.com/bmaslakov/kotlin-algorithm-club)
- [Gradle](https://docs.gradle.org/current/userguide/what_is_gradle.html)
- [Getting started with Gradle](https://docs.gradle.org/current/userguide/getting_started.html)
- [Getting started with Gradle](https://docs.gradle.org/current/userguide/userguide.html)
Note: Android Studio comes with a working installation of Gradle, so you dont need to install Gradle separately in that case.
## Version Control Systems