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
@@ -39,7 +39,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
|
||||
implementation "androidx.appcompat:appcompat:1.4.1"
|
||||
implementation "androidx.core:core-ktx:1.8.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user