File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -50,32 +50,23 @@ Any symbols other than constants and function calls are resolved as variables du
5050Kotlin DSL
5151``` kotlin
5252repositories {
53- maven(" https://maven.pkg.github.com/murzagalin/multiplatform-expressions-evaluator" ) {
54- credentials {
55- username = " <your github username>"
56- password = " <your github token>"
57- }
58- }
53+ maven(" https://maven.pkg.github.com/murzagalin/multiplatform-expressions-evaluator" )
5954}
6055
6156dependencies {
62- implementation(" com.github.murzagalin:multiplatform-expressions-evaluator:0.8.3 " )
57+ implementation(" com.github.murzagalin:multiplatform-expressions-evaluator:0.9.0 " )
6358}
6459```
6560Groovy
6661``` groovy
6762repositories {
6863 maven {
6964 url = uri("https://maven.pkg.github.com/murzagalin/multiplatform-expressions-evaluator")
70- credentials {
71- username = "<your github username>"
72- password = "<your github token>"
73- }
7465 }
7566}
7667
7768dependencies {
78- implementation "com.github.murzagalin:multiplatform-expressions-evaluator:0.8.3 "
69+ implementation "com.github.murzagalin:multiplatform-expressions-evaluator:0.9.0 "
7970}
8071```
8172
You can’t perform that action at this time.
0 commit comments