This repository uses git submodules (for the time being). When cloning the repository, run:
git clone --recursive https://github.com/stakwork/sphinx-kotlin.git
If you've already cloned the repository, run:
git checkout master
git pull
git submodule update --init
In order to keep the submodules updated when pulling the latest code, run:
git pull --recurse-submodules
To update only the submodules, run:
git submodule update
See HERE to enable building Sphinx with FirebaseMessaging
See HERE to enable building Sphinx with the Giphy SDK
See HERE to enable building Sphinx with the YouTube Player API
Checkout branch master
:
git checkout master
git pull --recurse-submodule
The Application module to build is located at sphinx/application/sphinx
. To Build, you can either:
./gradlew :sphinx:application:sphinx:build
For more detailed instructions, see HERE