I'm new to kotlin, and created a sample Multiplatf...
# android
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 i rebuild the project, and was getting jar for andorid but not getting
SharedCode/build/bin/iOS/main/debug/framework/SharedCode.framewor
only these folders are getting generated, see attached image.
k
#multiplatform