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:
@@ -89,10 +89,13 @@ ext.manifestAttributes = { Manifest manifest, Project project, String component
|
||||
'Kotlin-Runtime-Component': component,
|
||||
'Kotlin-Version': project.kotlinLanguageVersion
|
||||
}
|
||||
// TODO: enable as soon as this doesn't cause D8/DX to crash
|
||||
/*
|
||||
if (multiRelease) {
|
||||
attributes \
|
||||
'Multi-Release': 'true'
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user