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
@@ -54,7 +54,7 @@ ext {
|
||||
|
||||
ext.deps = [
|
||||
// Kotlin support
|
||||
kotlinStdLibrary : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION",
|
||||
kotlinStdLibrary : "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION",
|
||||
kotlinCoroutinesAndroid : "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4",
|
||||
// Android support
|
||||
supportAnnotations : "androidx.annotation:annotation:$ANDROIDX_VERSION",
|
||||
|
||||
Reference in New Issue
Block a user