まちがえてKotlin用の書き方で書いてたので修正

This commit is contained in:
ろむねこ 2023-12-07 10:52:50 +09:00
parent 6bce5197b0
commit b10736804b
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -40,6 +40,6 @@ dependencies {
// Hilt (DI)
implementation "com.google.dagger:hilt-android:2.44"
kapt "com.google.dagger:hilt-compiler:2.44"
annotationProcessor "com.google.dagger:hilt-compiler:2.44"
}