-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task :baronha_ting:compileDebugKotlin #14
Comments
Having the same issue @baronha Please can you assist on it |
Please try upgrade the Kotlin Version in build.gradle to see if it works!! |
Hi all, I've also faced something like this issue, when I run my app in Release mode I faced the error below:
I am using the latest version of the package. However, when I revert back to version "v1.1.0", everything seems to be fine. Versions:
|
@baronha
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction** Versions: I got the same error using v1.2.0 and kotlin v1.6.10 |
I had the same problem on compileSdk 33. Added @Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE") before onScroll.
|
did it fix the problem when you added it? |
Yes, adding this code fixed problem. |
please create a pull request to solve this issue |
I'm still getting the same error. I added it in the node modules but it didn't work. Can you be specific on how you did yours:
|
e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (44, 47): Unresolved reference: toast e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (47, 29): Unresolved reference: ToastTopAnim e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (50, 29): Unresolved reference: ToastBottomAnim e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (68, 33): Unresolved reference: toast e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (82, 47): Unresolved reference: alert e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (98, 30): Unresolved reference: AlertAnim e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (103, 33): Unresolved reference: alert
`
Execution failed for task ':app:processDebugResources'.
`
@baronha can you assist me?
The text was updated successfully, but these errors were encountered: