-
Notifications
You must be signed in to change notification settings - Fork 2
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
core모듈 재세팅 했슴당 #24
core모듈 재세팅 했슴당 #24
Conversation
lint통과 왜케 어려운거야!!!!!!!!!!!!!!!!!! |
@@ -0,0 +1 @@ | |||
/build |
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.
넣을거면 다넣징
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.
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.
넹~~
@@ -0,0 +1 @@ | |||
/build |
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.
넣다넣
import org.junit.Assert.assertEquals | ||
import org.junit.Test |
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.
잘 빠진듯 ?! * 안들어가넹
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.
넣다만 ignore만 챙겨줘요 ㅎ;
그래도 잘 통과하셨네용 굿!
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.
@ddyeon
👍👍👍👍
근데 코어 모듈을 쪼갠 이유는 먼가요 ??
} | ||
} | ||
|
||
fun CoroutineScope.doraLaunch(block: suspend CoroutineScope.() -> Unit) = |
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.
도라런치 ~
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.
이름 귀엽지
android { | ||
namespace = "com.mashup.dorabangs.core.coroutine" | ||
compileSdk = 34 | ||
|
||
defaultConfig { | ||
minSdk = 24 | ||
|
||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" | ||
consumerProguardFiles("consumer-rules.pro") | ||
} | ||
|
||
buildTypes { | ||
release { | ||
isMinifyEnabled = false | ||
proguardFiles( | ||
getDefaultProguardFile("proguard-android-optimize.txt"), | ||
"proguard-rules.pro", | ||
) | ||
} | ||
} | ||
compileOptions { | ||
sourceCompatibility = JavaVersion.VERSION_18 | ||
targetCompatibility = JavaVersion.VERSION_18 | ||
} | ||
kotlinOptions { | ||
jvmTarget = "18" | ||
} | ||
} |
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.
이런거 묶어서 한 번에 관리해주는 그런게 있엇던 것 같은데 나중에 찾아서 넣어볼게 ~
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.
마자 컨벤션 플러그인말하는건가??!! 해줘.
오빠가 잠들었을 때 그렇게 하기로 했어. 기존에 보여줬던 증분모듈 레퍼런스 참고해보니 core모듈도 쪼개서 필요한 부분에다 가져다 쓰더라구! |
개요
core 모듈도 모듈로 다시 분리했어유~!
작업 내용
시연 화면 (option)
To Reviers
디자인시스템모듈에 component랑 theme 패키지 우선 만들었어요~!
component에 공통 컴포넌트들 쓰면 될 것 같아서 우선 예시파일로 하나 넣어뒀슴당
Close
close#