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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
#Kotlin Clean Architecture plugin for Android Studio
1
+
# Kotlin Clean Architecture plugin for Android Studio
2
2
3
3
This plugin automatizes the creation of boilerplate needed to develop Android applications using [our clean architecture approach](https://github.com/HelmMobile/KotlinCleanArchitecture).
4
4
5
-
##Features
5
+
## Features
6
6
7
7
- Creates and configures scene files
8
8
- Activity
@@ -14,24 +14,24 @@ This plugin automatizes the creation of boilerplate needed to develop Android ap
14
14
15
15
Refer to Roadmap to see what's next
16
16
17
-
##Usage
17
+
## Usage
18
18
19
19

20
20
21
-
##Installation
21
+
## Installation
22
22
23
23
This plugin is available in the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/10137-clean-architecture-templates)
24
24
25
25
Alternatively you can also download .zip in releases tab and install it manually through Preferences/Settings -> Plugins -> Install plugin from disk...`
0 commit comments