SDK 37 Eject gradle bundle release success but nothing generated

i update my apps to SDK 37 then Eject
usually i make standalone apps using ./gradlew bundleRelease
that process success but nothing generated in folder build.
instead there is folder Kotlin but empty.

Why???
is there anything change???
How can i create AAB with bundleRelease?

UPDATE:
sorry, i made a mistake, that was wrong folder.
android/build

i never see “build” folder before in android/build, so i mistaken that folder as the build folder as usually as i knew.
Maybe it was created by new version of Gradle (im not sure)
the right folder in
android/app/build/

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.