linversion

Results 6 issues of linversion

如图 ![报错](https://user-images.githubusercontent.com/37201297/87772261-10082a00-c854-11ea-9cb9-e1c9d043066a.JPG)

…ok and also support send custom text Describe what problem this pull request solves and how to solve it. If there is an issue associated with it, please attach a...

现在android开发基本都用kotlin了,希望可以加一点kotlin的知识

环境: mac os gradle plugin:7.4.1 gradle:7.5 项目中有很多aar,在子模块引入。我把aar都放在根目录/LocalRepo/下,如下 LocalRepo - FaceSdk - build.gradle - facesdk.aar - BuySdk - build.gradle - buysdk.aar 依赖情况如下: module basefeature依赖facesdk和module data implementation(project(":core:data")) implementation(project(":LocalRepo:FaceSdk")) module data依赖buysdk api(project(":LocalRepo:BuySdk")) 只改动了basefeature里的一行代码,编译报错,找不到aar...

适配compose 1.5.0+ 升级到gradle 8.0 kotlin1.9.10

add SinkSurface support for Android, no need to GetRgbaBuffer and render. add capture/switch/flashlight function for android demo