We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gradle版本7.4.2 因为升级后把jdk改成了17 虽然能编译了 但是路由初始化就报错了 没办法 又改回了1.8如下: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' }
但是咱不可能万年1.8不升级jdk吧?后续gradle可能还要升级到8.0呢 这么好的一个库 我觉得稍微抽时间做一下高版本的兼容,可能也就花几个小时的时间吧?就这么不想维护吗 阿里巴巴这么大的一个互联网企业竟然做这么不负责的事 真让人唏嘘!很久之前提的 (马甲包模式下 productFlavors多个维度下同名的路由路径希望能优先命中马甲维度的路由 而不是main的路由 ) 这个也没人鸟 太失望了!
The text was updated successfully, but these errors were encountered:
三年没更新了,固件作者被《降本增笑》了
Sorry, something went wrong.
No branches or pull requests
Gradle版本7.4.2 因为升级后把jdk改成了17 虽然能编译了 但是路由初始化就报错了 没办法 又改回了1.8如下:
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
但是咱不可能万年1.8不升级jdk吧?后续gradle可能还要升级到8.0呢 这么好的一个库 我觉得稍微抽时间做一下高版本的兼容,可能也就花几个小时的时间吧?就这么不想维护吗 阿里巴巴这么大的一个互联网企业竟然做这么不负责的事 真让人唏嘘!很久之前提的 (马甲包模式下 productFlavors多个维度下同名的路由路径希望能优先命中马甲维度的路由 而不是main的路由 ) 这个也没人鸟 太失望了!
The text was updated successfully, but these errors were encountered: