orangy
igor.wojda
01/24/2017, 9:30 AMigor.wojda
01/24/2017, 9:34 AMbin/idea.vmoptions
or (Android Studio)
bin/studio.vmoptions
bin/studio64.vmoptions
fileoluwasayo
01/29/2017, 4:41 PMFalse Positive▾
@ApplicationScoped
Kotlin class that is indeed proxyable by CDI because ApplicationScoped
is listed in the all-open
plugin. If I manually open the class and its members this error disappears.henrik
01/30/2017, 10:18 AMmasted
01/30/2017, 10:22 AMTools -> Kotlin -> Configure Kotlin in Project
.henrik
01/30/2017, 10:25 AMhenrik
01/30/2017, 10:26 AMsbyrne
01/30/2017, 7:09 PMsbyrne
01/30/2017, 7:12 PMsbyrne
01/30/2017, 7:33 PMvoddan
01/30/2017, 7:42 PMigor.wojda
02/01/2017, 7:15 PMyole
02/02/2017, 9:55 AMigor.wojda
02/02/2017, 11:30 AMmasted
02/03/2017, 9:17 AMyole
02/03/2017, 9:43 AMmasted
02/03/2017, 9:50 AMloganj
02/03/2017, 2:23 PMi > 0 && i < 10
it encourages you to replace that with i in 0..10
.loganj
02/03/2017, 2:24 PMloganj
02/03/2017, 2:24 PMkirillrakhman
02/03/2017, 2:26 PMkirillrakhman
02/03/2017, 2:26 PMkirillrakhman
02/03/2017, 2:26 PMIntRange.contains
should be optimized since 1.0loganj
02/03/2017, 2:37 PM..
operator, but not with until
loganj
02/03/2017, 2:37 PMloganj
02/03/2017, 2:37 PMmiha-x64
02/03/2017, 8:14 PMIan
02/04/2017, 3:56 AMkirillrakhman
02/04/2017, 12:44 PM