I'm new to kotlin, and created a sample Multiplatf...
# announcements
v
I'm new to kotlin, and created a sample Multiplatform application(common code will be shared between Android and IOS) using https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html#creating-an-android-project reference. Everything is working fine except
bin
folder is not getting generated in
SharedCode/build
folder
b
Which gradle task do you expect to produce bin?
As if you're looking for packaged archive, gradle places those in libs directory
v
i rebuild the project, and was getting jar for andorid but not getting
SharedCode/build/bin/iOS/main/debug/framework/SharedCode.framework