Remove Kotlin setup

Summary: We don't use it, so we shouldn't download it.

Reviewed By: jknoxville

Differential Revision: D9262618

fbshipit-source-id: 56aef9abc788cc75790e1f70da6cc2a513e5f18b
This commit is contained in:
Pascal Hartig
2018-08-12 07:50:05 -07:00
committed by Facebook Github Bot
parent bf863c3922
commit ef2659fd34
2 changed files with 0 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ buildscript {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:${GRADLE_BINTRAY_PLUGIN_VERSION}" classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:${GRADLE_BINTRAY_PLUGIN_VERSION}"
classpath "com.github.dcendents:android-maven-gradle-plugin:${ANDROID_MAVEN_GRADLE_PLUGIN_VERSION}" classpath "com.github.dcendents:android-maven-gradle-plugin:${ANDROID_MAVEN_GRADLE_PLUGIN_VERSION}"
classpath "com.github.ben-manes:gradle-versions-plugin:${GRADLE_VERSIONS_PLUGIN_VERSION}" classpath "com.github.ben-manes:gradle-versions-plugin:${GRADLE_VERSIONS_PLUGIN_VERSION}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}"
} }
} }

View File

@@ -11,9 +11,6 @@ POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=facebook POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook POM_DEVELOPER_NAME=facebook
# Kotlin
KOTLIN_VERSION=1.2.50
# Shared version numbers # Shared version numbers
LITHO_VERSION=0.18.0 LITHO_VERSION=0.18.0