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

mbonnin

11/22/2019, 9:01 PM
Do you use Android Studio or IntelliJ to develop an Android App that has some multiplatform modules ?
k

Kris Wong

11/22/2019, 9:17 PM
Both
m

mbonnin

11/22/2019, 9:19 PM
Should I file bugs on both Jetbrains and Google issue tracker then ? 😅
s

Sebastian Sellmair [JB]

11/23/2019, 6:38 PM
Right now, you should definitely use AS 3.5.2 or higher when building multiplatform with Anrdoid. The Android IDE plugin contains very, very important bug fixes, which will make your life easier! Bugs: I am always filing them on YouTrack only. JetBrains Team will give further instructions then ☺️ Example: https://youtrack.jetbrains.com/issue/KT-35016
m

mbonnin

11/23/2019, 8:17 PM
Perfect, will do this! thanks!
I just tried opening The DroidCon app (awesome app BTW) in AS 4 Canary 4 and files in the lib/iosMain sourceSet do not recognize the files from lib/commonMain
While this works in InteliJ 2019.2
AS 4 Canary4
2 Views