/crypton

Project about cryptocurrency

Primary LanguageKotlin

₿ CryptoN

Kotlin Version AGP Gradle

CryptoN project presents a modern approach to Kotlin KMM application development. This project utilizes popular tools, libraries, linters, Gradle plugins, testing frameworks. It is a complete sample of a fully functional Android/IOS application.

To be continued...

🌐 Localization

Crowdin

🇳🇱 🇫🇷 🇩🇪 🇮🇹 🇵🇹 🇪🇸

CI Pipeline

CI is utilizing GitHub Actions. Complete GitHub Actions config is located in the .github/workflows folder.

Pull Request Verification

Series of workflows run (in parallel) for every opened PR and after merging PR to the master branch:

  • ./gradlew ktlintCheck - runs ktlint
  • ./gradlew detekt - runs detekt
  • ./gradlew :androidApp:assembleDebug --no-build-cache - build debug