Z Zoran Vujacic Member Licensed User Aug 25, 2024 #1 Hi everyone, I have a strange situation. Now when I compile the application (with BETA 13.00) it is bigger than usual (12.80). If I unpack the final *.apk I have folders: commonMain kotlin nonJvmMain and more files... (it can be seen on the screenshot) Question: What could be the cause because there is no Kotlin in the code?
Hi everyone, I have a strange situation. Now when I compile the application (with BETA 13.00) it is bigger than usual (12.80). If I unpack the final *.apk I have folders: commonMain kotlin nonJvmMain and more files... (it can be seen on the screenshot) Question: What could be the cause because there is no Kotlin in the code?
Solution Z Z Zoran Vujacic Aug 25, 2024 Library runtime permissions were active (my mistake), and I started using PermissionsManager
Z Zoran Vujacic Member Licensed User Aug 25, 2024 #2 Library runtime permissions were active (my mistake), and I started using PermissionsManager Upvote 0 Solution