Multi Platform

Kotlin Supports three overall platforms, with Native itself effectively being multi platform, producing even more options:

  • JVM
  • Javascript
  • Kotlin Native
    • ios
    • android
    • windows etc

Some code can is platform independent, and can be run across all platforms.  There is also code which is platform dependant, so strategies have to deal with a mix of both cases.  These pages describe how:

There is no equivalent to this for Python, and either the entire Python platform is ported or is not available.  While R-Python can produce native code, use outside the pypy project is actually discouraged.

Generally, this entire section is for cases where Python is not even an option, so these pages are not specific to moving from kotlin to python.

 

 

Advertisement

1 thought on “Multi Platform”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s