mkrussel
01/10/2024, 11:41 PMmbonnin
01/10/2024, 11:46 PM.aar
is missing/stripping the .kotlin_module
files? Are they present if you unzip it?mbonnin
01/10/2024, 11:47 PMmkrussel
01/10/2024, 11:50 PMmbonnin
01/10/2024, 11:52 PMMETA-INF
something IIRCmkrussel
01/10/2024, 11:52 PMpackagingOptions {
resources.excludes += "META-INF/**"
}
mbonnin
01/10/2024, 11:52 PMmbonnin
01/10/2024, 11:52 PMmbonnin
01/10/2024, 11:53 PMmkrussel
01/10/2024, 11:53 PMephemient
01/10/2024, 11:54 PMephemient
01/10/2024, 11:54 PMMETA-INF/*.kotlin_module
would have broken top-levels in all versions of Kotlin though, did you add that recently?mkrussel
01/10/2024, 11:55 PM