krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
47 stars 1 forks source link

Move all the python-related modules under the python dir #110

Open SerVB opened 2 years ago

SerVB commented 2 years ago

For now, python modules are made next to js ones, and that is handy in terms of similarity. However, in terms of developing, looks like having everything in a single dir is more convenient. Since we are going away from js code more and more, maybe we can consider changing the structure of our subprojects and move them.