anuj
10/06/2021, 12:59 PManuj
10/06/2021, 1:03 PMwbertan
10/06/2021, 1:15 PMInt32
, but in Swift you can do like Int(valueFromKotlinWhichIsInt32)
Same the opposite n case you need to send something to Kotlin and the argument is type Int32
: Int32(swiftIntValue)
.anuj
10/06/2021, 1:25 PMwbertan
10/06/2021, 1:28 PMKarel Petránek
10/06/2021, 1:52 PManuj
10/06/2021, 2:06 PManuj
10/06/2021, 2:06 PMsaket
10/06/2021, 2:19 PMShared
is a prefix for all your generated classes because that's the name of your multiplatform framework. Look at those swift_name
attributes.Karel Petránek
10/06/2021, 2:19 PMDiogo Ribeiro
10/06/2021, 5:13 PM