Not a huge deal, but with 2.0.0-Beta2 I notice a `...
# eap
b
Not a huge deal, but with 2.0.0-Beta2 I notice a
.kotlin
folder is created with a bunch of files in it when building. Should we expect this to be there for good, or just a fluke of this beta? (Just so I know if it's worth adding to
.gitignore
)
1
b
ah good catch! Thanks 🙂
With this change, you may need to add the
.kotlin
directory to your project's
.gitignore
file.
that answers it
👍 1