Zac Sweers
Zac Sweers
Requires https://github.com/google/ksp/issues/431
This reads nicer to me for some reason
Not high on my priority list right now, but will consider adding if people express an interest. --- ``` java TypedValue outValue = new TypedValue(); context.getTheme().resolveAttribute(android.R.attr.textColorPrimary, outValue, true); int primaryTextColor...
Repro repo for testing: https://github.com/slackhq/eithernet. There's a `testFixturesJavadoc` gradle task available, but it's not on the dependency path for publishing tasks
Is there somewhere I could find release notes?
`HttpHeaders.hasBody` no longer exists in OkHttp 4
Some projects contain only proguard files used by AGP. Example: https://github.com/artem-zinnatullin/RxJavaProGuardRules Might be tricky as other "unused" projects would still have their proguard files being used. I think a reasonable...
**Build scan link** **Plugin version** 1.1.0 **Gradle version** 7.4.2 **(Optional) Android Gradle Plugin (AGP) version** 7.1.3 **Describe the bug** We use jvmTarget 11 in our repo and let KGP apply...
Relates to #16 and can probably be an intermediary step, but AGP offers a `buildFeature.androidResources` boolean that can disable android resources if the project doesn't use/have any.
Support K2
Currently the new [K2 compiler](https://kotlinlang.org/docs/whatsnew-eap.html?utm_source=ide%1Butm_medium=notificationutm_campaign=1-7-20-beta#support-for-kotlin-k2-compiler-plugins) cannot even be enabled in KCT tests due to its own registrar not supporting it ``` e: There are some plugins incompatible with K2 compiler:...