commit | 35e303ef39a4fe83175b69486a6bbd444ef6ccd5 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Fri Jan 09 10:43:24 2015 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Fri Jan 09 10:43:24 2015 -0800 |
tree | 55aa285907e65020ad876b6e91a0fd118ae85956 | |
parent | c09acd410cdf8399b43f5e4a77313337a0c9a178 [diff] [blame] |
initial implementation for type resolution
diff --git a/build.gradle b/build.gradle index 3c945c6..717b9a6 100644 --- a/build.gradle +++ b/build.gradle
@@ -1,4 +1,4 @@ -ext.kotlinVersion = '0.9.206' +ext.kotlinVersion = '0.10.195' ext.releaseVersion = "0.3" ext.snapshotVersion = "0.3-SNAPSHOT"