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

OSCHINA-MIRROR/ice_king-ice-framework

Клонировать/Скачать
build.gradle 850
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wangyaobing Отправлено 08.02.2022 08:17 39325cf
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext{
dokka_version = '1.4.10.2'
kotlin_version = "1.5.10"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" //新添加的这一classpath
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/ice_king-ice-framework.git
git@api.gitlife.ru:oschina-mirror/ice_king-ice-framework.git
oschina-mirror
ice_king-ice-framework
ice_king-ice-framework
master