ОА
Size: a a a
ОА
W
СП
W
ОА
СП
YN
ViewTextCenter(modifier = Modifier
.fillMaxWidth()
.constrainAs(iconText) {
top.linkTo(parent.top)
bottom.linkTo(buttonsAuthMethod.bottom)
})
DB
W
СП
ОА
ОА
СП
ОА
DA
ГМ
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="ru.manfe.tatu">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name=".presentation.App"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:allowBackup">
<activity
android:name=".presentation.screens.SingleActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
ошибка:Execution failed for task ':app:processProdDebugManifest'.
> Manifest merger failed with multiple errors, see logs
что делать? вроде все ок...M
ОА