Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Update README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ buildSrc/gradle.properties and run the following command from the root of the pr

```shell script
cmd> mklink /H "buildSrc/gradle.properties" "gradle.properties"
```
```

## Troubleshooting

In case of errors regarding Kotlin DSL genearated accessors in buildSrc, you might have to [manually delete IntelliJ (or Andorid Studio) cache](https://youtrack.jetbrains.com/issue/KT-43380#focus=Comments-27-4516152.0-0).