-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Catalog の導入 #123
Version Catalog の導入 #123
Conversation
@@ -40,7 +40,6 @@ dependencies { | |||
implementation deps.androidX.fragment | |||
implementation deps.androidX.material | |||
implementation deps.androidX.core | |||
implementation deps.kotlin.stdlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standard Library の依存関係は、実は細かく指定する必要がないため、この機会に削除しました。
https://kotlinlang.org/docs/gradle-configure-project.html#dependency-on-the-standard-library
android-application = { id = "com.android.application", version.ref = "android-gradle" } | ||
android-library = { id = "com.android.library", version.ref = "android-gradle" } | ||
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id はここを参考に設定しています。
https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.parcelize
LGTM |
解決したいこと
やったこと
やらないこと
スクリーンショット
UIに変更が生じた場合はスクショを貼ってください
動作確認環境