{ "id": "175221", "key": "TIMOB-27995", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2020-07-02T05:54:52.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2020-10-19T11:20:05.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The error is\r\n{code}\r\nMore than one file was found with OS independent path 'META-INF/module_release.kotlin_module'\r\n{code}\r\nand occurs when more than one Android module is built with Kotlin. A workaround is to add the following to the build.gradle of one of the modules:\r\n{code}\r\nandroid {\r\n packagingOptions {\r\n exclude 'META-INF/*.kotlin_module'\r\n }\r\n}\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Gradle error related to \"META-INF\" when including two Kotlin based modules", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "457276", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Or add it to custom build.gradle into /platform/android, that works too", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2020-10-19T11:20:05.000+0000", "updated": "2020-10-19T11:20:05.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }