utopia-rise / godot-kotlin-native

Kotlin bindings for Godot Engine
MIT License
290 stars 16 forks source link

Streamline idea importing #224

Closed raniejade closed 4 years ago

raniejade commented 4 years ago

This adds a parent directory in our project, which should be used when importing the project into IntelliJ IDEA. This will ensure that we get proper code highlighting in the included builds. I also moved the root .idea/* into parent/.idea/*

raniejade commented 4 years ago

I'm not sure, I'm not a fan of rootProject or projectRoot either. Maybe ide or idea?

raniejade commented 4 years ago

I'll add the docs later, lets merge this to unblock @CedNaru

raniejade commented 4 years ago

Closing this in favor of #230