File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ Following these rules ensures semantic versioning is consistent and releases ref
1121121 . After CI/CD runs successfully, a new ** GitHub release** is created with the corresponding version tag.
1131132 . Generated client (` client/ ` ) and models (` models/ ` ) can be included in other Kotlin projects via Gradle:
114114 ``` kotlin
115- implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>" )
116- implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>" )
115+ implementation(" com.github.hosseinkarami-dev:NEAR-RPC-Client-Kotlin:<Version>" )
117116 ```
1181173 . Always use the ** latest release tag** in your consuming projects to ensure compatibility.
119118
Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ In your **module-level** `build.gradle.kts`:
9898``` kotlin
9999
100100dependencies {
101- implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>" )
102- implementation(" com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>" )
101+ implementation(" com.github.hosseinkarami-dev:NEAR-RPC-Client-Kotlin:<Version>" )
103102}
104103
105104```
You can’t perform that action at this time.
0 commit comments