Hello All,
Created on project through KMP composeApp wizard.
Added flavor for androidapp in gradle which is working fine after selecting proper flavor its running properly as expected.
Now how can i get gradle task to build android bundle for release mode from gradle tasks list ?
not able to find task in gradle tasks list. So how exactly this gradle system works in case of KMP ?
Note : bundle flavor wise generating proper if its selected thorugh android studio Build => Bundle Bundle wizard.
Thank You