https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Sean

12/10/2020, 3:08 AM
Heya, Any advice for a rookie on figuring out how to get started with multiplatform for android + web (planning on firebase handling the backend)? I can use the new project template from the android studio plugin, and I found the KaMPKit and MOKO templates, but those are all for android/iOS. Which causes two problems, one is I don't have a mac so the iOS side is busted, and two the whole reason I want a template is because I'm in over my head tinkering with a dev environment (Gradle especially) so the webapp not being there at all is not great. Maybe I'm expecting too much for something so new though, I can always just work on a native kotlin/android app and worry about the web side later. Thanks!
r

russhwolf

12/10/2020, 3:11 AM
Try using Intellij IDEA instead of Android Studio. It has a more configurable new project wizard
s

Sean

12/10/2020, 3:39 AM
I'll check it out, thank you! 🙂
2 Views