plugins{// 这其实就是个java 的pluginkotlin("jvm")// 因为我们要用ksp生成一个META-INF 所以也需要ksp插件id("com.google.devtools.ksp")version"1.4.30-1.0.0-alpha04"}dependencies{implementation("org.jetbrains.kotlin:kotlin-stdlib:${getKotlinPluginVersion()}")implementation(project(":RouterAnnotation"...
compileOnly("dev.zacsweers.autoservice:auto-service-ksp:0.3.2") compileOnly("com.google.devtools.ksp:symbol-processing-api:1.4.30-1.0.0-alpha04") // 生成META-INF 其实你可以自定义一个META-INF文件 就不需要ksp或者apt来生成了 ksp("dev.zacsweers.autoservice:auto-service-ksp:0.3.2") } 上面的...
I've written a KSP implementation of auto-service here: https://github.com/ZacSweers/auto-service-ksp Would you be interested in upstreaming this as a separate, non-annotation-processor option here? I'm fine with maintaining it as a sepa...
plugins { id("com.google.devtools.ksp") version"<version>"//...} dependencies { ksp("dev.zacsweers.autoservice:auto-service-ksp:<auto-service-ksp version>")//NOTE: It's important that you _don't_ use compileOnly here, as it will fail to resolve at compile-time otherwiseimplementation...
“Great place, great rates, great customer service. I have nothing bad to say about them here!” –Jen M. Our Clients Rave About Us Check out our reviews and see why you should switch to KSP Insurance Agency. Read Our Google Reviews Read Our Facebook Reviews What Makes KSP Insurance...
Secure payments: Every payment you make at Made-in-china.com is protected by the platform. Refund policy: Claim a refund if your order doesn't ship, is missing, or arrives with product issues. Ningbo Bestway Magnet Co., Ltd. Manufacturer/Factory Rating 5.0 ...
changed an error message in case@autoserviceannotation has empty value by@lexa-dikyin#103 Update gradle/wrapper-validation-action action to v3 by@renovatein#101 Update dependency com.facebook:ktfmt to v0.49 by@renovatein#104 Update dependency com.google.guava:guava to v33.2.0-jre by@renovate...
val spi: AutoService = element.findAnnotationWithType() val targetInterfaceClassName = try { spi.target.qualifiedName.toString() } catch (e: Exception) { /** * Bug: ksp: com.google.devtools.ksp.KSTypeNotPresentException: java.lang.ClassNotFoundException: cn.jailedbird.arouter.ksp.test.TestIn...
spotless = { id = "com.diffplug.spotless", version = "6.19.0" } [libraries] autoService-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } autoService-compiler = { module = "com.google.auto.service:auto-service", version.ref = ...
Bumps com.google.devtools.ksp:symbol-processing-gradle-plugin from 1.9.23-1.0.20 to 2.0.0-1.0.22. Release notes Sourced from com.google.devtools.ksp:symbol-processing-gradle-plugin's releases. 2...