You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Every folder (activity, fragment, etc.) contains layout folder as expected. But when i try to compile it, I got an error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':android-app:generateUnitsClasses'.
> org.xml.sax.SAXParseException; systemId: file:/.../Workspace/moko-template/android-app/src/main/res/layouts/activity/; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
I using Studio 3.6.3 and in IDE this folders are blue(includes).
Also xmlns:android value highlighted red and says "URI is not registered".
How can I compile project using kts?
The text was updated successfully, but these errors were encountered:
I use kotlin gradle build in my android project. I need to separate my xml files, so I write something like this:
Every folder (activity, fragment, etc.) contains layout folder as expected. But when i try to compile it, I got an error:
I using Studio 3.6.3 and in IDE this folders are blue(includes).
Also xmlns:android value highlighted red and says "URI is not registered".
How can I compile project using kts?
The text was updated successfully, but these errors were encountered: