Disable packing module-info to libraries until Android issue is fixed

https://issuetracker.google.com/issues/77587908

 #KT-21266 Open
This commit is contained in:
Alexander Udalov
2018-04-04 21:23:00 +02:00
parent 6c7959dd54
commit dd3cf531cf
6 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ sourceSets {
jar {
manifestAttributes(manifest, project, 'Main', true)
from sourceSets.java9.output
// TODO: enable as soon as this doesn't cause D8/DX to crash
// from sourceSets.java9.output
}
artifacts {