pfn / kotlin-plugin

Build kotlin code using sbt
MIT License
136 stars 35 forks source link

Fixed compatibility with kotlin 1.0.3 #11

Closed seroperson closed 8 years ago

seroperson commented 8 years ago

9544ffc - relocation package was changed, so the old one makes compilation failed 157d85a - as I understand, while 1.0.3, kotlin-compiler-embeddable is kotlin-android-extensions' (and maybe not only its) runtime dependency. Or maybe there is some more neat way to exclude it?