diff --git a/docs/getStarted.html b/docs/getStarted.html index 4289a16..b91dc74 100644 --- a/docs/getStarted.html +++ b/docs/getStarted.html @@ -138,7 +138,7 @@

Create Swift Package Manager (SPM) Project

It will create a new SPM project named SwiftAndroidExample within the app/src/main/swift 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 build.gradle file.

@@ -169,7 +169,7 @@

Create Swift Package Manager (SPM) Project

Configure Swift SPM project in build.gradle

- To configure SPM project build, make the following changes in the build.gradle file: + To configure SPM project build, make the following changes in the app/build.gradle file:

    @@ -206,7 +206,7 @@

    Configure Swift SPM project in build.gradle

  1. - At the end of build.gradle, insert the following custom Gradle task: + At the end of app/build.gradle, insert the following custom Gradle task: