1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/tifacloud-KotlinYsuSelfStudy

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 755
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Ahyer Отправлено 27.03.2021 18:08 3095c6a
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://dl.bintray.com/chaozhouzhang/maven' }
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/tifacloud-KotlinYsuSelfStudy.git
git@api.gitlife.ru:oschina-mirror/tifacloud-KotlinYsuSelfStudy.git
oschina-mirror
tifacloud-KotlinYsuSelfStudy
tifacloud-KotlinYsuSelfStudy
master