basher
02/11/2020, 5:13 AMbasher
02/11/2020, 5:15 AMOlenyov Kirill
02/11/2020, 12:03 PMrusshwolf
02/11/2020, 3:38 PMandroid()
instead of jvm()
for the Android side. It's a bit of extra setup (com.android.library
plugin, android
block, add a manifest, etc) but necessary to use Android APIs instead of just Java ones in your Android sources.basher
02/11/2020, 3:57 PMandroid
and tvOS
.
Getting started though, your life is usually easier sticking with JVM for as long as you can hold on– until you actually need to access android APIs (don't need android tools setup) 😄russhwolf
02/11/2020, 4:02 PMbasher
02/11/2020, 4:03 PMrusshwolf
02/11/2020, 4:11 PMbasher
02/13/2020, 5:31 PM