I'm currently using IntelliJ Idea - Edu version fo...
# advent-of-code
m
I'm currently using IntelliJ Idea - Edu version for doing the AOC. Most of my work mates are using Android studio by default and it would be a barrier for them to join AOC, by installing other IDE. I made a small project in Android Studio, with unit test configured to read input txt from resource folder. Hope it is helpful. (Any suggestions to make it better are welcome) https://github.com/monsterbrain/advent-of-code-android-studio-template
e
do you need to do anything special for android studio? my non-android kotlin multiplatform project opens fine in it
m
With the right configuration, Yes, I was able to run the aoc jetbrains template in Android Studio. Thanks for the suggestion.