Migrate to ADB kotlin support

Update sourceSets
This commit is contained in:
Geoffroy Bonneville
2026-07-16 18:24:17 -04:00
parent 210b509132
commit 1db7d4f37f
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ buildscript {
}
plugins {
id("com.google.devtools.ksp") version '2.3.2' apply false
id("com.google.devtools.ksp") version '2.3.10' apply false
id("com.google.dagger.hilt.android") version "2.60.1" apply false
}