Se7eN
03/28/2021, 7:17 PMfree
and pro
. How can I make a different composable with the same name for each flavor?Dominaezzz
03/28/2021, 7:30 PMNeal Sanche
03/28/2021, 7:43 PMapp/src/free/java
and app/src/pro/java
something like in this image:Se7eN
03/28/2021, 7:56 PMfree
but not in pro
. The ad libraries are not present in pro
so I can't have the same file for both.Se7eN
03/28/2021, 7:58 PMjava.lang.NoSuchMethodError: No static method CustomBackHandler(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)V in class Lcom/myapp/ui/CustomBackHandlerKt; or its super classes (declaration of 'com.myapp.ui.CustomBackHandlerKt' appears in /data/app/~~vsWTw2NQ7h9zOznCX9tfSg==/com.myapp-AUa0BZIiTevSu2bFJpYcrw==/base.apk!classes8.dex)
Neal Sanche
03/28/2021, 8:02 PMSe7eN
03/28/2021, 8:09 PMCustomBackHandler
for my BaseBackHandler
file in main. Thanks for the help!