Skip to main content

– Type ‘com.google.gms.googleservices.GoogleServicesTask’ field ‘intermediateDir’ without corresponding getter has been annotated with @OutputDirectory.

AndroidでGradle7系にあげたら以下のエラーが出た
– Type ‘com.google.gms.googleservices.GoogleServicesTask’ field ‘intermediateDir’ without corresponding getter has been annotated with @OutputDirectory.

この対応策

com.google.gms:google-services
のバージョンが4.2.0で低いことが理由
4.3.10に上げたら解決しましたとさ

参考
https://stackoverflow.com/questions/68604375/type-googleservicestask-field-intermediatedir-without-corresponding-getter

Real World HTTP 第2版の10章を読んだ

Real World HTTP 第2版の9章を読んだ
の続編

Real World HTTP 第2版 ―歴史とコードに学ぶインターネットとウェブ技術
を買ったマスタカです

10章 クライアント視点で見るRESTful API
を読んだので新しく知ったことをまとめる

この章はGolangでコードを実際に書く話
サンプルだけどGitHub用のアプリを作るので勉強になった

続きを読む