I’m new to Circle CI. I’ve written what’s supposed to be a simple script to simply build an Android app that’s been written in Kotlin. Apparently, the gradlew script isn’t found. I had thought that the working_directory was supposed to have been set. I’m apparently doing something wrong. Can anyone help?
Project ‘app’ not found in root project ‘project’.
As you can see in my script, I tried to specify the project name, because the gradlew command somehow thinks my root project happens to be “project”. Another weird thing.
I wonder if CircleCI would be able to find the .circleci folder if I moved the directory into the project folder and try again… ???