majkrzak / kot

Minimalistinc tool for building kotlin projects
MIT License
0 stars 1 forks source link

Add README #7

Open majkrzak opened 4 years ago

majkrzak commented 4 years ago

Create readme file containing at least

Currently this is the project json file structure:

{
  "name": "my_project",
  "dependencies": [
    "org.jetbrains.kotlin:kotlin-stdlib:1.3.50",
    "org.jetbrains.kotlin:kotlin-reflect:1.3.50",
    "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2",
    "org.koin:koin-core:2.0.1"
  ],
  "modules": {
    "simple":[],
    "complex": [
        "simple"
    ]
  }
}
NikoGrano commented 4 years ago

@majkrzak Taking this

aditya1rawat commented 4 years ago

Can I do this?

majkrzak commented 4 years ago

Yes, feel free. Keep in mind that there is some ongoing work in #10

aditya1rawat commented 4 years ago

Alright, Thanks. This does qualify for hacktober fest?