mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Tech | Update README (#2188)
This commit is contained in:
parent
e33f483ed1
commit
a747a168e5
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@ amplitude.release="AMPLITUDE_RELEASE_KEY"
|
|||
|
||||
Then build project.
|
||||
|
||||
### IDE setup (optional)
|
||||
|
||||
Based on your IDE setup, you might experience problems while accessing/importing auto-generated Kotlin classes from `protocol` module. These classes are currently declared in very large files, which IDE might not process as expected. If this is your case, go to your Android Studio _Help_ section, select _Edit Custom Properties_ option. There you should set `idea.max.intellisense.filesize` property as follows:
|
||||
|
||||
```
|
||||
idea.max.intellisense.filesize=3500
|
||||
```
|
||||
|
||||
### Setup your Firebase account for Anytype
|
||||
|
||||
We're using *Firebase App Distribution* + *Firebase Crashlytics*. We have two separate projects: one for `debug` builds (which we distribute mostly for our Q&A team), another one for `release` builds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue