Development/Kotlin(114)
-
Kotlin Conference
Kotlin Conference코틀린 언어에 대한 다양한 소식과 지식을 얻을 수 있는 컨퍼런스입니다. https://kotlinconf.com/
-
intelliJ - 매개변수로 프로그램 실행하기
intelliJ - 매개변수로 intelliJ - 매개변수로 실행하기실행하기 상단의 실행아이콘 왼쪽에 있는 콤보박스를 클릭합니다. >> [Edit Configurations…] "Program arguments"에 매개변수에 들어갈 데이터를 입력해 주면 해당 값을 가지고 프로그램이 실행됩니다. "Program arguments"에 매개변수들은 main()함수의 args 매개변수에 저장되어 프로그램에서 사용되어 집니다.
-
Kotlin vs Java: Compilation speed
Kotlin vs Java: Compilation speedhttp://bit.ly/2INLkA9 Ten consecutive clean builds without the Gradle daemon Ten consecutive clean builds with the Gradle daemon running Ten consecutive incremental builds with no files changed Ten consecutive incremental builds with one isolated file changed Ten consecutive incremental builds with one core file changed
-
IntelliJ - Minor Update
IntelliJ - Minor Update 우측하단에 업데이트가 있다는 메시지가 오픈됩니다. [update] [Update and Restart] [예] 자동으로 재시작됩니다.
-
Kotlin - 기존 프로젝트 import시 Run As >> Kotlin Application 실행항목이 보이지 않을 때 해결방법입니다. (The selection cannot be launched, and there are no recent launches.)
오류 메시지기존 프로젝트 import시 Run As >> Kotlin Application 실행항목이 보이지 않을 때 해결방법입니다. 검색한 결과 특별한 해결방법이 없어 여러가지 방법으로 테스트한 결과 해결방법1 로 해결였습니다. (해결방법 추천) Name: Config - 파일명.kt (임지로 이름 지정가능) Project: 우측의 [Browse…] 버튼 클릭 후 현재 프로젝트명 선택 Main class 패키지명.파일명Kt
-
Android 환경에서의 Java와 Kotlin 변화추이
Android 환경에서의 Java와 Kotlin 변화추이 Google I/O 이후 급진적으로 증가하고 있으며 2019년에는 50%를 넘어설것으로 전망됩니다. https://realm.io/realm-report 직접 다운로드