build: remove useless stdlib

This commit is contained in:
Sculas
2022-09-08 12:53:38 +02:00
parent 86c5992630
commit fb5a72fdc0

View File

@@ -23,7 +23,6 @@ repositories {
}
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
implementation("app.revanced:revanced-patcher:4.1.4")