Jon Amireh

Results 3 issues of Jon Amireh

[Starting from May 1, 2021 jCenter & Bintray will stop working](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter). I was looking for the `williamchart` artifact in MavenCentral and [only found a few older versions](https://search.maven.org/artifact/com.diogobernardino/williamchart). **Are there any...

It appears that after #1042, _overridden_ abstract functions are being miscounted in regards to subcomponent factory interfaces, despite being the same function. Consider the following configuration: ``` //Example.kt package com.squareup.test...

It appears that the KSP processors that are enabled when `useKsp(true, false)` is invoked within the `AnvilExtension` do not support [multi-round processing](https://kotlinlang.org/docs/ksp-multi-round.html). In particular, if the module depends on another...