Skip to content

Commit d9f7ee3

Browse files
authored
Update README.md
1 parent 9be101d commit d9f7ee3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This library is at GitHub packages so you need to create a GitHub token with the
1818

1919
[How to create a Github Token](https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
2020

21-
At this code at your gradle.kts file:
21+
At this code at your project gradle.kts file:
2222

2323
maven {
2424
name = "GitHubPackages"
@@ -30,6 +30,15 @@ At this code at your gradle.kts file:
3030
}
3131
}
3232

33+
And in your shared gradle.kts file:
34+
35+
val commonMain by getting {
36+
dependencies {
37+
//Your other libraries
38+
implementation("com.carlosgub.kotlinm.charts:charts:1.0.1")
39+
}
40+
}
41+
3342
# Usage
3443
The library provides the following components:
3544
- [BarChart](#BarChart)

0 commit comments

Comments
 (0)