1 Star 0 Fork 0

xuyf/Scarlet

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 980 Bytes
Copy Edit Raw Blame History
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.50'
ext.dokka_version = '0.9.16'
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0'
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
plugins {
id 'org.jlleitschuh.gradle.ktlint' version '4.1.0'
}
ktlint {
version = '0.29.0'
}
allprojects {
group = GROUP
version = VERSION_NAME
repositories {
mavenCentral()
google()
jcenter()
}
}
subprojects { project ->
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = "1.8"
}
}
}
apply from: rootProject.file('dependencies.gradle')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuyfcodecloud/Scarlet.git
git@gitee.com:xuyfcodecloud/Scarlet.git
xuyfcodecloud
Scarlet
Scarlet
0.2.x

Search

23e8dbc6 1850385 7e0993f3 1850385