Description
добрый день при добавлении maven (
url = java.net.URI("https://artifactory-external.vkpartner.ru/artifactory/vkid-sdk-andorid/")
) выдает ошибку Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. так же при внедерении зависимостей implementation("com.vk.id:onetap-xml:1.3.2")
implementation("com.vk.id:vkid:1.3.2") после этого когда хочу добавить в хмл файл <com.vk.id.onetap.xml.OneTap
android:layout_width="355dp"
android:layout_height="wrap_content"
app:vkid_onetapStyle="transparentDark"
app:vkid_buttonsCornerRadius="8dp"
app:vkid_buttonsSize="small32"
app:vkid_onetapShowSignInToAnotherAccount="true"
tools:ignore="MissingClass" /> пишет Missing classes и нету импортов vk что делать