File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,24 +16,6 @@ The version 2.0.3 is only for Android , Its 3.0.0 and afterwards for multiplatfo
1616
1717You can either get this from github packages or jitpack
1818
19- #### Step 1. Make sure you have jitpack repository in your build file
20-
21- ``` groovy
22- allprojects {
23- repositories {
24- maven { url 'https://jitpack.io' }
25- }
26- }
27- ```
28-
29- #### Step 2. Add the dependency
30-
31- ``` groovy
32- dependencies {
33- implementation 'com.github.qawaz:compose-code-editor:2.0.3'
34- }
35- ```
36-
3719### Multiplatform Dependency
3820
3921#### Step 1 : Add the Github Packages Repo
@@ -72,6 +54,26 @@ gpr.key=yourgithubpersonalaccesstoken
7254implementation(" com.wakaztahir:codeeditor:3.0.5" )
7355```
7456
57+ ### Android Only Dependency
58+
59+ #### Step 1. Make sure you have jitpack repository in your build file
60+
61+ ``` groovy
62+ allprojects {
63+ repositories {
64+ maven { url 'https://jitpack.io' }
65+ }
66+ }
67+ ```
68+
69+ #### Step 2. Add the dependency
70+
71+ ``` groovy
72+ dependencies {
73+ implementation 'com.github.qawaz:compose-code-editor:2.0.3'
74+ }
75+ ```
76+
7577## Usage
7678
7779``` kotlin
You can’t perform that action at this time.
0 commit comments