-
Notifications
You must be signed in to change notification settings - Fork 142
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
错误:常量字符串过长 #162
Comments
是一个极端问题,后续版本修复,可以先尝试拆分模块,使一个模块内的路由表不要太大 |
1.2.3-rc修复了吗,遇到了一样的问题,我们目前已经拆分过模块了 |
|
e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering |
@kymjs 还是有问题 |
|
使用kapt编译之后生成的 RouterMap__TheRouter__1755574131.java 报 错误: 常量字符串过长 public static final String ROUTERMAP = .....
ksp 编译是也提示这个错误:java.lang.IllegalArgumentException: UTF8 string too large
The text was updated successfully, but these errors were encountered: