Zongle Wang

Results 554 comments of Zongle Wang

Looks related to https://github.com/Kotlin/dokka/issues/2956. Bump the maven-publish and Dokka to the latest and try again.

Try out my fork - https://central.sonatype.com/artifact/io.github.goooler.gpuimage/gpuimage - https://github.com/Goooler/android-gpuimage

> `target_link_options(yuv-decoder PRIVATE -Wl,-z,max-page-size=0x4000)` That will make all targets support 16 KB page size, including armeabi-v7a and x86. I believe you need ```groovy android { defaultConfig { externalNativeBuild { cmake...

This is mostly useful for #2705.

Yeah, we can try out something like ```kt extensions.configure { (this as HasConfigurableKotlinCompilerOptions?)?.let { compilerOptions { apiVersion = KotlinVersion.KOTLIN_2_0 languageVersion = KotlinVersion.KOTLIN_2_0 } } } ```

@renovate-bot send the updates like #2345, we have to update `GoogleJavaFormatStep.java` manually to reflect the latest version string. If we apply the build config stuff, the latest version in the...

I believe so. I didn't test the processor on KSP1 as I see KSP1 support has been dropped by https://github.com/ZacSweers/kotlin-compile-testing/releases/tag/0.10.0

https://github.com/google/ksp/releases/tag/2.3.0

More info: https://github.com/orgs/community/discussions/16925.