kotlin-hands-on / advent-of-code-kotlin-template

The Advent of Code template project for Kotlin
https://blog.jetbrains.com/kotlin/2023/11/advent-of-code-2023-with-kotlin/
Apache License 2.0
599 stars 109 forks source link

Template does not work in Android Studio #7

Closed johnwilde closed 2 years ago

johnwilde commented 2 years ago

Thanks for making the template! However it does not appear to run when using Android Studio Arctic Fox, although IntelliJ CE does work.

Can you help me get it working in that IDE?

hsz commented 2 years ago

Thanks, John! To run the specific day, open a desired file and click on the green Run arrow:

image