File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ ReVanced Patches Gradle plugin configures a project to develop ReVanced Patches.
71
71
72
72
For that, the plugin provides:
73
73
74
- - The [ settings plugin] ( plugin/ src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt) :
74
+ - The [ settings plugin] ( src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt ) :
75
75
Applied to the ` settings.gradle.kts ` file, configures the project repositories and subprojects
76
- - The [ patches plugin] ( plugin/ src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt) :
76
+ - The [ patches plugin] ( src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt ) :
77
77
Applied to the patches subproject by the settings plugin
78
- - The [ extension plugin] ( plugin/ src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt) :
78
+ - The [ extension plugin] ( src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt ) :
79
79
Applied to extension subprojects by the settings plugin
80
80
81
81
> [ !CAUTION]
You can’t perform that action at this time.
0 commit comments