Skip to content

Commit

Permalink
Fix cannot
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jan 23, 2024
1 parent 2993912 commit a831ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Extract the zip file and open the project in your favorite editor.
### Step 2: Create a Gradle init script

{% hint style="warning" %}
If you want to use an init script you **can not** have a `rewrite` section in your `build.gradle` file. You must pick one or the other.
If you want to use an init script you **cannot** have a `rewrite` section in your `build.gradle` file. You must pick one or the other.
{% endhint %}

Create a `init.gradle` file. It does not need to be in the project directory itself (although it will make it easier for this guide). Copy the below init script to your file:
Expand Down

0 comments on commit a831ccb

Please sign in to comment.