LoginSignup
3
3

More than 5 years have passed since last update.

Kotlinで遊ぼう

Posted at

ことりんで遊ぶ

pluginの追加

Preference > Plugins > Install JetBrains plugin から下記の2つを追加
- Kotlin
- Kotlin Extensions For Android

再起動する

プロジェクト作成

  • まずは普通に作る
  • code > Converting Java code to Kotlin でhoge.javahoge.ktに変換
  • Tools > Kotlin > Configure Kotlin in the project > OK
  • build.gradlekotlin-androidが追加されていれば変換成功

これでKotlin版のprojectができる
意外と簡単に変換できるし、KotlinからJavaのクラス読み込めるので混ざっても使える

あわせて読みたい

KotlinでAndroid開発するのに便利なライブラリ: KotterKnife

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3