Skip to content

Commit 899af1a

Browse files
committed
Update Paris to 2.2.1 to fix KSP2 XProcessing API compatibility
Paris 2.1.0 used an outdated XProcessing API that caused NoSuchMethodError when processing @Styleable annotations with KSP2. Paris 2.2.1 updates XProcessing to a compatible version, fixing crashes in all modules using Paris. Fixes: airbnb/paris#183
1 parent f070cea commit 899af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blessedDeps.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rootProject.ext.JUNIT_VERSION = "4.13.2"
4444
rootProject.ext.KOTLIN_COROUTINES_VERSION = "1.6.4"
4545
rootProject.ext.LOTTIE_VERSION = "2.8.0"
4646
rootProject.ext.MOCKITO_VERSION = "5.20.0"
47-
rootProject.ext.PARIS_VERSION = "2.1.0"
47+
rootProject.ext.PARIS_VERSION = "2.2.1"
4848
rootProject.ext.ROBOLECTRIC_VERSION = "4.9.2"
4949
rootProject.ext.SQUARE_JAVAPOET_VERSION = "1.13.0"
5050
rootProject.ext.SQUARE_KOTLINPOET_VERSION = "1.12.0"

0 commit comments

Comments
 (0)