Skip to content

Commit

Permalink
[chore] : pareclize 의존성
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Jan 2, 2024
1 parent 5e83aed commit 1ca2f3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.20'
id 'kotlin-parcelize'
}

Properties properties = new Properties()
Expand Down Expand Up @@ -45,8 +46,6 @@ android {
}

dependencies {
// parcelize
apply plugin: 'kotlin-parcelize'

// viewmodel 의존성 추가
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
Expand Down

0 comments on commit 1ca2f3a

Please sign in to comment.