levibostian / levibostian/dotenv-android
Test gradle plugin works on Windows
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Just like this issue except testing on the Windows OS.
How?
- Expand the GitHub Actions test matrix to include Windows OS (x86, x64, arm?)
- On GitHub Actions, download and install the
dotenvCLI binary to the CLI machine. - Run
./gradlew assembleDebugfor the Android app and see if the app successfully builds.
Note: We may need to use the gradlew batch file instead? I have never used the command line for compiling Android apps on Windows.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the requested Windows coverage with issue 13, then inspect the GitHub Actions test matrix and the Android build entry point, ./gradlew assembleDebug. Verify how the dotenv CLI binary is installed on the Windows runner, including whether the gradlew batch file is needed. Done means the Windows matrix runs and the Android app builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, github-actions, kotlin
- Domain
- ci-cd, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100