1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Fix crash due to @Nullable not being Runtime.

This commit is contained in:
Cedric Beust 2016-01-07 21:44:29 +04:00
parent 1e1f0e3ac2
commit 60afbed65f
2 changed files with 9 additions and 5 deletions

View file

@ -122,6 +122,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
"com.beust:jcommander:1.48",
"com.squareup.retrofit:retrofit:1.9.0",
"org.apache.maven:maven-model:3.3.3",
"com.google.code.findbugs:jsr305:3.0.1",
"org.codehaus.plexus:plexus-utils:3.0.22")
}