martinsson / BugsZero-Kata

Practice Designing code for less bugs
86 stars 131 forks source link

Fix "Ensure that you have a dependency on the Kotlin standard library" #47

Open ragunathjawahar opened 1 year ago

ragunathjawahar commented 1 year ago

The .iml file presents problems with the Kotlin SDK library when opening in IntelliJ.

The comment by Ilya Serbis to the following StackOverflow answer fixes this problem. https://stackoverflow.com/a/65004312