mirror of
https://github.com/revanced/revanced-documentation.git
synced 2024-11-19 01:39:27 +01:00
16 lines
559 B
Markdown
16 lines
559 B
Markdown
# 💼 Prerequisites
|
|
|
|
To develop with ReVanced, you will need to fulfill certain requirements.
|
|
|
|
## 🤝 Requirements
|
|
|
|
- A Java/ Kotlin IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
|
- Java SDK 17 (Azul JDK or OpenJDK)
|
|
- Knowledge of Git, Gradle and how to setup and use multi-module projects
|
|
|
|
## ⏭️ Whats next
|
|
|
|
The next section will explain, how to setup a convenient development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
|
|
|
Continue: [👨💻 Setup a development environment for ReVanced](1_setup.md)
|