langerhans / OdinTools

Collection of utilities for the AYN Odin 2
MIT License
108 stars 8 forks source link

Ignore .idea folder #36

Closed t895 closed 2 months ago

t895 commented 2 months ago

This folder only stores preferences for Android Studio and can cause a problem with gradle sync upon first setup where you have to manually re-select the Java JDK you're using.

Everything else like codestyle, kotlin version, and local gradle directories will be either provided by a user's system automatically or by the project's gradle.properties and build.gradle.kts files.