Make a task to count dex methods in kotlin-stdlib and kotlin-reflect
This commit is contained in:
@@ -109,6 +109,12 @@ dist {
|
||||
}
|
||||
}
|
||||
|
||||
task dexMethodCount(type: DexMethodCount) {
|
||||
from jar
|
||||
ownPackages = ['kotlin']
|
||||
}
|
||||
assemble.dependsOn(dexMethodCount)
|
||||
|
||||
compileBuiltinsKotlin {
|
||||
dependsOn ":core:builtins:serialize"
|
||||
kotlinOptions {
|
||||
|
||||
Reference in New Issue
Block a user