Skip to content

Commit

Permalink
added correct path to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aesilevich committed Feb 16, 2024
1 parent b4cf786 commit 81364a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3>Create Swift Package Manager (SPM) Project</h3>
It will create a new SPM project named <code>SwiftAndroidExample</code> within the
<code>app/src/main/swift</code> subdirectory.This project follows the standard structure of
an SPM project and will be automatically built by Gradle as part of the Android project's
build process with custom build tasks configured in the build.gradle file.
build process with custom build tasks configured in the <code>build.gradle</code> file.
</p>
</li>

Expand Down Expand Up @@ -169,7 +169,7 @@ <h3>Create Swift Package Manager (SPM) Project</h3>
<h3>Configure Swift SPM project in build.gradle</h3>

<p>
To configure SPM project build, make the following changes in the <code>build.gradle</code> file:
To configure SPM project build, make the following changes in the <code>app/build.gradle</code> file:
</p>

<ol class="dots no-padding-list">
Expand Down Expand Up @@ -206,7 +206,7 @@ <h3>Configure Swift SPM project in build.gradle</h3>
</p>
</li>
<li class="inter-regular">
At the end of <code>build.gradle</code>, insert the following custom Gradle task:
At the end of <code>app/build.gradle</code>, insert the following custom Gradle task:
<div class="code-container">
<div class="code-frame-icon copy-code" data-target="codeContent5">
<img src="img/code-frame-icon.svg" alt="">
Expand Down

0 comments on commit 81364a2

Please sign in to comment.