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
ephemient
12/08/2022, 12:09 PM
do you need to do anything special for android studio? my non-android kotlin multiplatform project opens fine in it
m
Monster Brain
12/08/2022, 1:04 PM
With the right configuration, Yes, I was able to run the aoc jetbrains template in Android Studio. Thanks for the suggestion.