/ceres

🪐 Modern Android development with Hilt, Coroutines, Flow, JetPack(ViewModel) based on MVVM architecture.

Primary LanguageKotlinApache License 2.0Apache-2.0

Ceres


🪐 Modern Android development with Hilt, Coroutines, Flow, JetPack(ViewModel) based on MVVM architecture.


Download

License Maven Central API Android CI Profile Portfolio

Gradle

Add the dependency below to your module's build.* file.

  • for build.gradle
dependencies {
  implementation 'dev.teogor:ceres-core:1.0.0-alpha04'
}
  • for build.gradle.kts
dependencies {
  implementation("dev.teogor:ceres-core:1.0.0-alpha04")
}

Note: This library has more modules therefore include only the ones that you want to use.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
Also, follow me on GitHub for my next creations! 🤩

License

  Designed and developed by 2022 teogor (Teodor Grigor)

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.