You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you'd like to contribute, please take a look at the issue tracker, For new fe
24
24
25
25
Use AndroidWeeklyCodeStyle.xml for Android Studio code styles. Check this [link](https://stackoverflow.com/a/30454168/8191360) for more information about how you can import code style in Android Studio.
26
26
27
-
Please set your Android studio kotlin code style based on Kotlin Coding Conventions. Check this link for more information about Kotlin Coding Conventions in Android Studio.
27
+
Please set your Android studio kotlin code style based on Kotlin Coding Conventions. Check this [link](https://kotlinlang.org/docs/reference/coding-conventions.html#applying-the-style-guide) for more information about Kotlin Coding Conventions in Android Studio.
28
28
29
29
# For adding new feature
30
30
Please make sure that each new feature should be in a new module with implementing core dependency, so we can change these modules to dynamic-feature in the future if we want.
0 commit comments