Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ ./gradlew build 1 ↵ ✖ ✹ ✭main
- > Task :patches:compileKotlin FAILED
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:5:35 Unresolved reference 'smaliPatch'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:6:21 Unresolved reference 'util'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:10:24 Cannot access 'constructor<C : PatchContext<*>>(name: String?, description: String?, use: Boolean, dependencies: Set<Patch<*>>, compatiblePackages: Set<Package>?, options: Set<Option<*>>, executeBlock: (C) -> Unit, finalizeBlock: ((C) -> Unit)?): Patch<C>': it is protected in 'app/revanced/patcher/patch/Patch'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:14:3 Cannot infer type for this parameter. Please specify it explicitly.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:67:5 Unresolved reference 'smaliPatch'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:68:9 Unresolved reference 'execute'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:70:31 Unresolved reference 'Utils'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:71:34 Unresolved reference 'get'.
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:73:13 Overload resolution ambiguity between candidates:
- constructor(p0: String!): File
- constructor(p0: URI!): File
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:73:34 Unresolved reference. None of the following candidates is applicable because of a receiver type mismatch:
- @InlineOnly() fun <T> T.apply(block: T.() -> Unit): T
- [R|Contract description]
- <
- CallsInPlace(block, EXACTLY_ONCE)
- >
- e: file:///home/zero/pjs/apk-mod/rp/revanced-patches/patches/src/main/kotlin/app/revanced/patches/all/deviceadmin/MakeDeviceAdminPatch.kt:73:40 Cannot infer type for this parameter. Please specify it explicitly.
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':patches:compileKotlin'.
- > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
- > Compilation error. See log for more details
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- > Get more help at https://help.gradle.org.
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- For more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
- BUILD FAILED in 43s
Add Comment
Please, Sign In to add comment