Open majkrzak opened 5 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" ] } }
@majkrzak Taking this
Can I do this?
Yes, feel free. Keep in mind that there is some ongoing work in #10
Alright, Thanks. This does qualify for hacktober fest?
Create readme file containing at least
Currently this is the project json file structure: