Ensure Android Java and Kotlin compile to the same version
This commit is contained in:
parent
11b683dab7
commit
b19bbadcf0
8 changed files with 69 additions and 12 deletions
|
|
@ -1,7 +1,3 @@
|
|||
apply plugin: 'io.github.gradle-nexus.publish-plugin'
|
||||
apply from: 'app/config.gradle'
|
||||
apply from: 'scripts/publish-root.gradle'
|
||||
|
||||
buildscript {
|
||||
apply from: 'app/config.gradle'
|
||||
|
||||
|
|
@ -17,6 +13,13 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'io.github.gradle-nexus.publish-plugin'
|
||||
}
|
||||
|
||||
apply from: 'app/config.gradle'
|
||||
apply from: 'scripts/publish-root.gradle'
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue