Hi, I created a multiplatform amper gradle based p...
# fleet
s
Hi, I created a multiplatform amper gradle based project targeting JVM, Android, and iOS. Within a module.yaml, I defined aliases:
Copy code
aliases:
  - jvmAndAndroid: [jvm, android]
I'm using
expect
classes, and I want the
actual
implementations in
src/jvmAndAndroid
to be shared by both JVM and Android. However, Fleet is incorrectly flagging this and asking for separate
actual
implementations in
src/jvm
and
src/android
. How can I resolve this?
a
Created the AMPER-691 Multiplatform Amper Fleet project: actual implementation cannot be shared code in aliased source set issue for this. Thank you for the sample code and clear description!
👍 1