Closed edcedc closed 1 year ago
Thanks for reporting the issue. I see that you are using version 10.17.0-SNAPSHOT
, did you upgrade by any chance? Did it compile at some point? What was the latest working version?
Thank you for your reply. 10.17.0-SNAPSHOT is already the latest version, is there any update? Android Build Tools version: 7.4.0 Gradle version: 7.5.0 Android Studio Flamingo | 2022.2.1 Patch 1, Build #A-222.4459,24,2221.9971841, built on April 20, 2023 Runtime version: 17.0.6+0-6204356-9586694 amd64
The latest stable version is 10.16.1
. Have you been able to compile the project ever? Did this issue appear after upgrading Realm?
Closing due to inactivity.
here's my new bug concerning the same:
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction java.lang.reflect.InvocationTargetException (no error message)
I got same problem. Then I try to use the latest version of Hilt for android studio: 2.50 and it works well. If you don't know how to implement the latest version of hilt you can use Open (Ctrl+Alt+Shift+S) to open Project structure. Click in Dependencies in the left tab and you'll see all the dependencies, click one and see the latest version.
How frequently does the bug occur?
Always
Description
E:\AndroidStudioProjects\SP_ASM\app\build\generated\source\kapt\debug\io\realm\com_yc_reid_bean_sql_InventorySqlRealmProxy.java:42: ����: ��������InventorySql���м̳� public class com_yc_reid_bean_sql_InventorySqlRealmProxy extends com.yc.reid.bean.sql.InventorySql
Execution failed for task ':app:kaptDebugKotlin'.
There has been a problem with the compilation in the morning, and I have tried many methods to no avail.
Stacktrace & log output
Can you reproduce the bug?
-- select --
Reproduction Steps
No response
Version
io.realm:realm-gradle-plugin:10.17.0-SNAPSHOT
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
kotlin
Build environment
Android Studio version: 17.0.6+0-b2043.56-9586694 Android Build Tools version: 7.4.0 Gradle version: 7.5.0 apply plugin: 'kotlin-kapt' //kapt3插件 apply plugin: 'realm-android'//realm数据库插件