-
-
- **`start()` method**.
Since we know if the generic is service or activity, wouldn't it be better if will be one method for both?
prototype:
``` kotlin
inline public fun Activity.start() {
…
-
1. 안드로이드 스튜디오에서 JSON 활용하기 : https://want-kotlin-pro.tistory.com/243
https://wiki.yowu.dev/ko/Knowledge-base/Kotlin/kotlin-and-json-processing-and-generating-json-data
-
### 📌 기타
- [x] Bottom Navigation 디자인 적용
### 🔴 2-1. 링크 리스트
- [x] 링크 아이템
- [x] 링크 아이템 레이아웃
- [x] 출처 아이콘 선택
- [x] 폴더 유무 및 이름
- [x] 포함된 요소 아이콘 선택
- [ ] 링크 리스트 Recyclerview
- [x] 링크 리스…
-
### Empresa
A EZ é uma empresa que tem o objetivo de transformar negócios através de pessoas, cultura e tecnologia. A gente acredita que esses motores são capazes de mudar o rumo de organizações inte…
-
레퍼런스를 기록해놓기 위한 이슈입니다.
다양한 레퍼런스를 기록해 놓고 필요할 때 쉽게 다시 찾아 볼 수 있습니다.
- Trouble Shooting, Build 관련, IDE 관련 등등
-
It seems like annotation processor produces non-compilable code for `InterfaceTest`.
Error:
```
> Task :compileJava FAILED
/home/expert/work/sideprojects/dsl-json-test/build/generated/source/kap…
-
-
**Problem**:
Consider multi module project, consists of 'app' and 'lib1' modules, where 'app' module depends on 'lib1'. Each module has POJO classes which annotated with 'CompiledJson'. When we compi…
-
I'm getting this error when trying to build an Android (Kotlin) project with dsl-json.
```error: Failed saving compiled json serialization files```
This is my build.gradle:
```
dependencies …