This repository is showcase project built upon kotlin multi platform feature. Main goal is to show how kotlin could be used to share same codebase between web & android app
- Node >= 6
- Android SDK
- recommended: IntelliJ IDEA >=2017.3.3
- Run
./gradlew build
- Create
local.properties
in the root directory of the project andsdk.dir=/Users/<your username>/Library/Android/sdk
. - Create run configuration of type "Android App"
- Select module "app" in the run configuration settings
- Run the configuration
- Run
npm run serve
in the 'web' directory to run webpack development server