Skip to content

Commit

Permalink
[R] R6 library support
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5a85e4549c0ae7f2e0aed295670027f3d7410a93
  • Loading branch information
DeagleGross authored and intellij-monorepo-bot committed Jun 25, 2021
1 parent 4fc18ae commit 4706a20
Show file tree
Hide file tree
Showing 91 changed files with 11,939 additions and 672 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
compile("com.google.protobuf:protobuf-java:$protobufVersion")
compile("io.grpc:grpc-stub:$grpcVersion")
compile("io.grpc:grpc-protobuf:$grpcVersion")
compile("org.assertj:assertj-core:3.18.1")
runtimeOnly("io.grpc:grpc-netty-shaded:$grpcVersion")
protobuf(files("protos/", "grammars/"))
}
Expand Down
290 changes: 256 additions & 34 deletions gen-grpc/main/grpc/org/jetbrains/r/rinterop/RPIServiceGrpc.java

Large diffs are not rendered by default.

4,336 changes: 4,116 additions & 220 deletions gen-grpc/main/java/org/jetbrains/r/packages/LibrarySummary.java

Large diffs are not rendered by default.

Loading

0 comments on commit 4706a20

Please sign in to comment.