mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-04-29 20:54:24 +02:00
16 lines
598 B
Markdown
16 lines
598 B
Markdown
# 💼 Prerequisites
|
|
|
|
Certain requirements are needed to be able to develop with ReVanced.
|
|
|
|
## 🤝 Requirements
|
|
|
|
- A Java/ Kotlin IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
|
- Java Runtime Environment 17 (e.g. [OpenJDK](https://jdk.java.net/archive/))
|
|
- Knowledge of Git, Gradle and how to setup and use multi-module Gradle projects
|
|
|
|
## ⏭️ Whats next
|
|
|
|
The next section explains, how to setup a suitable development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
|
|
|
Continue: [👨💻 Setup a development environment for ReVanced](1_setup.md)
|