Kotlin Multiplatform #1: Set up an environment
Feb 3, 2021
OpenJDK
java -XshowSettings:all -version
brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk11
CocoaPods
brew install ruby
brew install --cask cocoapods
KDoctor
brew install kdoctor
kdoctor
Your system is ready for Kotlin Multiplatform Mobile Development!