반응형
1
2
3
4
5
6
7
8
9
10
11
|
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}
|
cs |
반응형
'코틀린study' 카테고리의 다른 글
[코틀린] 아날로그 디지털 시계 / time / data / xml (0) | 2021.08.09 |
---|---|
[코틀린] 단순 계산기 / for 문 / LinearLayout (0) | 2021.08.09 |
[코틀린] 애완동물 보기 프로그램 / checkbox / Radio Button / kotlin (0) | 2021.08.09 |
[코틀린] 체크박스/스위치/이미지/버튼 (0) | 2021.08.07 |
[코틀린] 간단 계산기 (0) | 2021.08.07 |