Skip to content

Commit d8989c1

Browse files
committed
Add description and formatting to README file
1 parent 60a1b29 commit d8989c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

firebase-sessions/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Firebase Sessions SDK
22

3+
The Firebase Sessions SDK is used by Crashlytics and Performance internally to measure sessions.
4+
35
## Building
46

57
All Gradle commands should be run from the root of this repository.
@@ -15,3 +17,11 @@ Unit tests:
1517
Integration tests, requiring a running and connected device (emulator or real):
1618

1719
`./gradlew :firebase-sessions:connectedAndroidTest`
20+
21+
## Code Formatting
22+
23+
Format Kotlin code in this SDK in Android Studio using
24+
the [ktfmt plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt) with code style to
25+
**Google (internal)**, or by running:
26+
27+
`./gradlew :firebase-sessions:ktfmtFormat`

0 commit comments

Comments
 (0)