andreworobator
11/13/2016, 10:09 PMmitchryanjusay
11/14/2016, 7:31 AMjw
11/14/2016, 7:50 AMand
mitchryanjusay
11/14/2016, 7:52 AMjw
11/14/2016, 7:59 AMjw
11/14/2016, 7:59 AMmenegatti
11/14/2016, 10:04 AM@link
a kotlin class, I noticed that the link was not being rendered in the documentation pop-over (ctrl + J)menegatti
11/14/2016, 10:04 AMsemoro
11/14/2016, 10:11 AMmenegatti
11/14/2016, 10:12 AMsemoro
11/14/2016, 11:16 AMmikehearn
11/14/2016, 12:21 PMyole
11/14/2016, 12:22 PMmikehearn
11/14/2016, 12:26 PMAndreas Sinz
11/14/2016, 2:05 PMandreworobator
11/14/2016, 2:10 PMpawegio
11/14/2016, 2:52 PM@field:Element(name = "name", required = false)
@param:Element(name = "name, required = false)
var element: String? = null)
what I want to achieve is:
@fieldAndParam:Element(name = "name", required = false)
var element: String? = null)
// or at least
@XmlElement(name = "name", required = false)
var element: String? = null)
elizarov
11/15/2016, 7:31 AMobject
elizarov
11/15/2016, 7:32 AMinternal
elizarov
11/15/2016, 7:33 AMstepango
11/15/2016, 7:37 AMvmironov
11/15/2016, 8:45 AMerror.NonExistentClass
compiler errors? I'm getting this error multiple times (a few dozen) per day and it's really annoying. The problem is the error happens just randomly and disappears the next time I build the project. I've spent last few weeks looking for a reproducible scenario, but without any success.vmironov
11/15/2016, 8:48 AMjanvladimirmostert
11/15/2016, 8:53 AMuser
11/15/2016, 10:47 AMhttps://pbs.twimg.com/media/CxTCtzYWgAAvEvL.jpg▾
user
11/15/2016, 10:56 AMmikehearn
11/15/2016, 11:59 AMmikehearn
11/15/2016, 12:00 PMchristophsturm
11/15/2016, 12:02 PMchristophsturm
11/15/2016, 12:05 PMif(JavaVersion.current() != JavaVersion.VERSION_1_8){
throw new GradleException("This build must be run with java 8")
}