Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhwdev/gradle-project-template
A project template for me to use; configured with Kotlin and Android.
https://github.com/lhwdev/gradle-project-template
Last synced: 3 days ago
JSON representation
A project template for me to use; configured with Kotlin and Android.
- Host: GitHub
- URL: https://github.com/lhwdev/gradle-project-template
- Owner: lhwdev
- Created: 2021-10-02T11:54:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T14:04:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T22:29:01.863Z (over 1 year ago)
- Language: Kotlin
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle-project-template
A project template(boilerplate) for me to use. Includes most best-practices to me.
Configured with Kotlin and Android(which is quite heavy; excluded by default but can be enabled by uncommenting some lines).## Overall structure
- [`libs.versions.toml`](libs.versions.toml): where all dependencies are defined
- [`includeBuild`](includeBuild): some wrappers lie here(
see [utils.kt](includeBuild/src/main/kotlin/com/lhwdev/build/utils.kt))
- [`core`](modules/core): example module with Kotlin JVM.
When renaming / duplicating this module, see `includesAll()` in [settings.gradle.kts](settings.gradle.kts).## License
Virtual permissive license `*_*`
You can do just anything with this template repository.