We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d1f5 commit 4918c67Copy full SHA for 4918c67
README.md
@@ -7,9 +7,12 @@ or pull requests.
7
8
***Usage***
9
10
-- Build by `gradle build`
11
-- Add jar file to your project
12
-- OR add `compile "com.github.underlow:semantic-ui-kotlin-wrapper:master-SNAPSHOT"` to `build.gradle`
+- Build
+- by `gradle build`
+- Add jar file to your project
13
+- OR
14
+- add [https://jitpack.io] to list of maven repositories (see [https://jitpack.io]
15
+- add `compile "com.github.underlow:semantic-ui-kotlin-wrapper:master-SNAPSHOT"` to `build.gradle`
16
17
- Add semantic ui react npm package, usually that means add **"semantic-ui-react": "^0.82.1"** to **package.json**
18
- Try somthing like
0 commit comments