0

I tried the following:

$ git clone https://github.com/ReactiveX/RxKotlin.git    
$ cd RxKotlin/    
$ gradle build

It fails with:

...FAILURE: Build failed with an exception.

  • Where: Build file '/home/myuser/RxKotlin/build.gradle' line: 13

  • What went wrong: A problem occurred evaluating root project 'rxkotlin'.

    org/gradle/api/internal/project/AbstractProject

4

1 回答 1

0

看起来我必须使用作为 repo 一部分的 gradle 2.14 版本,而不是我在本地安装的版本。现在构建成功

于 2018-06-28T00:14:16.717 回答