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:
parent
1e1f0e3ac2
commit
60afbed65f
2 changed files with 9 additions and 5 deletions
|
@ -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")
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue