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:
committed by
Facebook GitHub Bot
parent
303d88bd11
commit
76d6350662
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user