Skip to content

★ Development Environment

김명석 edited this page Jan 12, 2023 · 10 revisions

import Wildcard 방지

Wildcard - 방지
import
File - Settings - Editor - Code Style - Kotlin - imports

  • Top-Level Symbols
    • Use single name import 선택

Hard wrap Setting

wrappingAndBraces
File - Settings - Editor - Code Style - Kotlin - Wrapping and Braces

  • Hard wrap at : 120

ktLint

ktlint
ktlinkt
File - Settings - Plugins - ktlint

JSON To Kotlin

JSON to Kotlin Class File - Settings - Plugins - JSON to Kotlin Class

Firebase 디지털 지문 추가

Keytool 이 없다면

  1. [jdk 설치](https://www.oracle.com/java/technologies/downloads)
  2. 환경변수 추가
  • Win + R → sysdm.cpl ,3
  • ex) C:\Program Files\Java\jdk-19\bin

SHA-1 키확인

  • keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
  • 비밀번호는 android

Firebase 키 등록

  • Firebase 프로젝트 - 설정 - 디지털 지문 추가
  • google-services.json 파일은 app 모듈 밑에 저장
    (ignore 여부 확인!)

Github 를 Settings/Preferences 에서 노출

Github Issue Settings - Plugins - GitHub

Github 연동

issue 연동
Settings - Tools - Tasks - Servers

  • Github 추가

issue 연동2
Repository, branch, API token 입력

issue 연동3
자동으로 생성될 Commit Message

  • Issues #{number}

issue 연동4

  • Default task 가 뜨면 연동 성공

✍️ BEEP Tech Blog

박명범

양수진

김명석

이지훈

👾 BEEP

🗣 Ground Rule

✏️ Conventions

⚙️ Setting

🌱 Daily Scrum

week 1
week 2
week 3
week 4
week 5
week 6
Clone this wiki locally