Creation Notes

Overview of setup

Setup environment

Set up an environment

Make sure latest versions of tooling are installed.

For example checking plugin versions were not enough, I had older Android Studio installed that did not work with newly generated project.

Verify using kdoctor (on Mac)

kotlin.setup.kdoctor(){
  install_if_missing kdoctor

  kdoctor
}

Note if you are aiming for android only dev, CocoaPods should not be needed.

[!] CocoaPods

Create project using webwizard

Create a project using the wizard

How to run in Android

Run your application on Android


Backlinks