Skip to content

Commit 87d7feb

Browse files
committed
build: enable K2 compiler support for Kapt
- Add ‘kapt.use.k2=true’ to gradle.properties to resolve Kotlin 2.0+ Alpha warning. - Ensure DataBinding annotation processing aligns with the current Kotlin language version.
1 parent 6eae758 commit 87d7feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222
# Gradle parallel build
2323
org.gradle.parallel=true
24-
kapt.use.k2=true
24+
# kapt.use.k2=true

0 commit comments

Comments
 (0)