08-17 03:34
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- BindingAdapter
- Mac
- JetPack
- arm-linux-androideabi
- Android
- CHAT GPT
- 예금
- Andorid
- 고금리
- RETROFIT
- audio record
- KB
- ndkVersion
- Android Studio
- MG더뱅킹정기예금
- Data Binding
- kotlin
- 용산 호반써밋 에이디션
- 사전청약
- ndk r24
- 달러예금
- gradle
- ChatGPT
- java
- Swift
- EditText
- ios
- 새마을금고
- 청약
- 3rd framework
Archives
- Today
- Total
목록gradle (3)
pear
[android] jetpack room gradle setting
jetpack room gradle setting build error 1. Could not find method kapt add plugin id 'kotlin-kapt' // room추가 2. Could not find method ksp() add plugin id 'com.google.devtools.ksp' version '1.8.0-1.0.8' // room추가 plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' // room추가 id 'com.google.devtools.ksp' version '1.8.0-1.0.8' // room추가 } android { ... } dependen..
android/etc
2023. 7. 28. 16:16
gradle repositories add maven
build.gradle repositories { mavenCentral() //example redhat ga maven { url 'https://maven.repository.redhat.com/ga/' } }
dev/java
2023. 4. 6. 10:51