https://kotlinlang.org logo
Title
v

Vishal

08/07/2019, 5:42 AM
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

Big Chungus

08/07/2019, 5:48 AM
Which gradle task do you expect to produce bin?
As if you're looking for packaged archive, gradle places those in libs directory
v

Vishal

08/07/2019, 6:29 AM
i rebuild the project, and was getting jar for andorid but not getting
SharedCode/build/bin/iOS/main/debug/framework/SharedCode.framework