coder82
01/25/2019, 9:48 AMMarc Knaup
01/25/2019, 10:13 AM> Configure project :buildSrc
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.3.11` that might work differently than in the requested version `1.3.20`.
> Task :fluid-json-basic:compileKotlin
Compilation with Kotlin compile daemon was not successful
java.lang.Exception: Parameter specified as non-null is null: method org.jetbrains.kotlin.incremental.CacheVersionsKt.customCacheVersionManager, parameter fileName
at org.jetbrains.kotlin.daemon.common.CompileService$CallResult$Error.get(CompileService.kt:60)
at org.jetbrains.kotlin.daemon.common.CompileService$CallResult$Error.get(CompileService.kt:59)
at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(GradleKotlinCompilerWork.kt:192)
at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFallbackImpl(GradleKotlinCompilerWork.kt:132)
(…)
Could not connect to kotlin daemon. Using fallback strategy.
warning: the '-d' option with a directory destination is ignored because '-Xbuild-file' is specified
BUILD SUCCESSFUL in 1m 24s
Marc Knaup
01/25/2019, 10:18 AMuser
08/12/2019, 2:15 PMSaiedmomen
08/13/2019, 5:53 AMType inference failed. Expected type mismatch: inferred type is Observable<Optional<out String>!>! but Observable<Optional<String>> was expected
Alexjok
08/14/2019, 8:20 AMMahendran
08/14/2019, 10:25 AMjlleitschuh
08/14/2019, 5:35 PMjlleitschuh
08/14/2019, 10:38 PMMatthieu Stombellini
08/17/2019, 2:24 PMcorneil
08/18/2019, 5:53 PMgeepawhill
08/18/2019, 7:14 PMasad.awadia
08/19/2019, 12:52 AMasad.awadia
08/19/2019, 12:52 AMasad.awadia
08/19/2019, 12:52 AMLastExceed
08/19/2019, 6:26 AMLong
and BooleanArray
so that I can easily read/write each bit as a Boolean
?Ruckus
08/20/2019, 1:43 PMLeoColman
08/20/2019, 10:06 PMadd this to list if not null
?LeoColman
08/20/2019, 10:08 PMlist + listOfNotNull(nullable)
, but it's kinda weirdRuckus
08/20/2019, 10:28 PMif (nullable != null) list + nullable else list
Not as short, but very readableEugen Martynov
08/21/2019, 7:57 AMchangd
08/21/2019, 9:29 PM@Throws(Exception::class)
fun getFeatureNames: ArrayList<String>()
Marko Mitic
08/22/2019, 1:05 PMv1.3.50
is coming outjmfayard
08/22/2019, 4:15 PMjmfayard
08/22/2019, 4:20 PMIcaro Temponi
08/22/2019, 6:05 PMgaetan
08/22/2019, 6:10 PMIcaro Temponi
08/22/2019, 6:11 PMIcaro Temponi
08/22/2019, 6:11 PM