FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file 'C:\Work\rc_android_projects\synco\app\build.gradle' line: 15
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'realm-android'.
> API 'android.registerTransform' is removed.
For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api.
To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Я пытался использовать SDK Kotlin, но результат тот же
Обновление: исправлено путем обновления плагина области 10.14.1-transformer- api-SNAPSHOT
Сегодня я обновил плагин gradle до версии 8.0. Я использую область для локальной базы данных, но после обновления плагина я не могу собрать проект. [code]apply plugin: 'realm-android' [/code] [code]FAILURE: Build completed with 2 failures.
1: Task failed with an exception. ----------- * Where: Build file 'C:\Work\rc_android_projects\synco\app\build.gradle' line: 15
* What went wrong: A problem occurred evaluating project ':app'. > Failed to apply plugin 'realm-android'. > API 'android.registerTransform' is removed.
For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api. To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
* Try: > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. [/code] Я пытался использовать SDK Kotlin, но результат тот же Обновление: исправлено путем обновления плагина области [b]10.14.1-transformer- api-SNAPSHOT[/b]