Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

JetBrains/KotlinFinder

Repository files navigation

KotlinFinder

Structure

  • android-app - application for android
  • ios-app - application for iOS (in this directory you have ios-app.xcodeproj for Xcode with targets iOS, WatchOS applications)
  • watchos-app - kotlin sources of application for WatchOS. target for Xcode contains in ios-app.xcodeproj
  • mpp-library - multiplatform library with shared logic across android and ios apps
    • mpp-library:domain - entities, repositories, network api
    • mpp-library:feature:main-map - main screen feature

Start

Android: Open root directory in Android Studio / IDEA - IDE automatically find run configuration. iOS: run pod install in ios-app directory. After complete - open ios-app/ios-app.xcworkspace. Two schemes - JetFinder, watchapp use for run application on simulator/device.

Dependencies

Authors

Developed by IceRock and JetBrains

Releases

No releases published

Packages

No packages published