Set jvm flags and kotlin dependencies (#4177)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/4177

^

In an attempt to fix Github actions, may or may not work.

Reviewed By: aigoncharov

Differential Revision: D40074397

fbshipit-source-id: e88039c56876ca21657db4a6d872c46294a4f8c3
This commit is contained in:
Lorenzo Blasa
2022-10-05 04:30:17 -07:00
committed by Facebook GitHub Bot
parent 303d88bd11
commit 76d6350662
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ android {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
implementation project(':android')
implementation project(':network-plugin')
implementation deps.protobuf