Karol Wrótniak

Results 45 issues of Karol Wrótniak

Data binding enabling has been removed from wiki: https://github.com/ZieIony/Carbon/wiki/Installation/_compare/91c996c21d10d6a392ececfe7f27f94b50d2f699...533c5ddd5f0f04b11d91228ca8e8ac7f00fbcc6d However, related proguard rules are still listed: ``` -dontwarn android.databinding.** -keep class android.databinding.** { *; } ``` Is it somehow intended?...

As in: https://github.com/koral--/android-gif-drawable/issues/584#issuecomment-425711958

feature-request

Draft of the idea: * Apply plugin to the root project only * Spreadsheet contains column with module path (Gradle notation)

enhancement

enhancement

Steps to reproduce: - use Gradle 6.x - add some plugin with old version to `settings.gradle(.kts)` for example "com.gradle.enterprise" - invoke `updateDependencies` task ``` plugins { id("com.gradle.enterprise") version "3.1" }...