You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.MD
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Detailed documentation can be found in [wiki](https://github.com/pgutkowski/KGra
138
138
## Using in your project
139
139
**_Please note that this library is still in experimental state and is subject to change._**
140
140
141
-
KGraphQL is pushed to bintray repository and also linked to JCenter. It requires kotlin compiler version 1.1.x and require kotlin runtime of the same version as a dependency.
141
+
KGraphQL is pushed to bintray repository and also linked to JCenter. It requires kotlin compiler version 1.2.x and require kotlin runtime of the same version as a dependency.
142
142
143
143
### Maven
144
144
@@ -165,7 +165,7 @@ And make sure that you use the right Kotlin version:
165
165
166
166
```
167
167
<properties>
168
-
<kotlin.version>1.1.4</kotlin.version>
168
+
<kotlin.version>1.2.0</kotlin.version>
169
169
</properties>
170
170
```
171
171
@@ -191,7 +191,7 @@ And make sure that you use the right Kotlin version:
0 commit comments