Skip to content

Commit dfeecc7

Browse files
authored
Merge pull request #105 from Nexters/feature/apply-compose-investigator
[FEAT] ComposeInvestigator 라이브러리 추가 및 적용
2 parents 711d869 + e16414e commit dfeecc7

File tree

9 files changed

+11
-1
lines changed

9 files changed

+11
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugins {
1313
alias(libs.plugins.google.service) apply false
1414
alias(libs.plugins.firebase.crashlytics) apply false
1515
alias(libs.plugins.ksp) apply false
16+
alias(libs.plugins.compose.investigator) apply false
1617
}
1718

1819
buildscript {

feature/createimage/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

feature/home/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

feature/main/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
plugins {
44
alias(libs.plugins.ilab.android.feature)
55
alias(libs.plugins.ilab.android.retrofit)
6+
alias(libs.plugins.compose.investigator)
67
}
78

89
android {

feature/myalbum/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

feature/mypage/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

feature/setting/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

feature/uploadphoto/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
plugins {
44
alias(libs.plugins.ilab.android.feature)
5+
alias(libs.plugins.compose.investigator)
56
}
67

78
android {

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ kakao-core = "2.20.0"
4545
compose-extensions = "1.6.2"
4646
accompanist-webview = "0.34.0"
4747
compose-stable-marker = "1.0.3"
48+
compose-investigator = "1.5.10-0.1.0"
4849

4950
[libraries]
5051

@@ -99,7 +100,7 @@ coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coi
99100
coil-gif = { group = "io.coil-kt", name = "coil-gif", version.ref = "coil-compose" }
100101
kakao-auth = { group = "com.kakao.sdk", name = "v2-user", version.ref = "kakao-core" }
101102
accompanist-webview = { group = "com.google.accompanist", name = "accompanist-webview", version.ref = "accompanist-webview" }
102-
compose-stable-marker = { group = "com.github.skydoves", name = "compose-stable-marker", version.ref = "compose-stable-marker"}
103+
compose-stable-marker = { group = "com.github.skydoves", name = "compose-stable-marker", version.ref = "compose-stable-marker" }
103104

104105
kotest-runner = { group = "io.kotest", name = "kotest-runner-junit5-jvm", version.ref = "kotest" }
105106
kotest-assertion = { group = "io.kotest", name = "kotest-assertions-core-jvm", version.ref = "kotest" }
@@ -124,6 +125,7 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl
124125
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
125126
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase-crashlytics" }
126127
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
128+
compose-investigator = { id = "land.sungbin.composeinvestigator", version.ref = "compose-investigator" }
127129

128130
# Plugins defined by this project
129131
ilab-android-application = { id = "ilab.android.application", version = "unspecified" }

0 commit comments

Comments
 (0)