realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Converting ByteCodeTransformer plugin to Kotlin #4781

Open Zhuinden opened 7 years ago

Zhuinden commented 7 years ago

ButterKnife converted its Groovy-based Gradle Plugin to Kotlin in this commit: https://github.com/JakeWharton/butterknife/commit/398301377783a79485799a55a0333467d2ecc400

Maybe Realm could also update the ByteCodeTransformer to Kotlin, and ditch Groovy?

bmeike commented 7 years ago

mmmmm.... What a lovely idea.