Skip to content

Files

Latest commit

ee1eda8 · Nov 1, 2022

History

History
39 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.5 KB

What is KOIN? - Koin Homepage

A pragmatic lightweight dependency injection framework for Kotlin developers. Koin is a DSL, a light container and a pragmatic API

This repository contains a sample app that implements Koin in MVVM architecture using Kotlin.

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: It contains the files required by Koin
  3. ui: View classes along with their corresponding ViewModel.
  4. utils: Utility classes.

Library reference resources:

  1. Github Koin: https://github.com/InsertKoinIO/koin
  2. Home page Koin: https://insert-koin.io/docs/setup/koin

If this project helps you in anyway, show your love ❤️ by putting a ⭐ on this project ✌️

License

   Copyright (C) 2022 SONPXP PRIVATE LIMITED

   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.