paulblessing
08/16/2017, 2:10 PMMyObject
into scope to actually use the extensions defined within it.
with(MyObject) {
println("".myMethod())
}
mikehearn
08/16/2017, 2:16 PMhorse_badorties
08/16/2017, 7:36 PMuser
08/16/2017, 11:16 PMhttps://kotlinlang.slack.com/files/U6FBJKWBV/F6P1U63U1/screenshot.png▾
user
08/17/2017, 7:21 AMhttps://kotlinlang.slack.com/files/U6FBJKWBV/F6P1U63U1/screenshot.png▾
diego-gomez-olvera
08/17/2017, 8:28 AMhint▾
davidase
08/17/2017, 10:09 AMfun
from an object
, move command (F6) does nothing. no dialog, no error message, just nothingstefano.maffullo
08/17/2017, 10:12 AMstefano.maffullo
08/17/2017, 10:12 AMstefano.maffullo
08/17/2017, 10:13 AMstefano.maffullo
08/17/2017, 10:13 AMyole
08/17/2017, 10:13 AMstefano.maffullo
08/17/2017, 10:14 AMDalinar
08/17/2017, 11:18 AMkrissrex
08/17/2017, 2:08 PMdependencies
to find it. Not sure how maven does thatjsanchez
08/17/2017, 2:11 PMkrissrex
08/17/2017, 2:11 PMkotlin.io.use
from kotlin-stdlib-jre8
can't be found any more (and others, even my own modules (compile project(':someModule')
) are failing).jsanchez
08/17/2017, 2:11 PMjsanchez
08/17/2017, 2:12 PMkrissrex
08/17/2017, 2:12 PMjsanchez
08/17/2017, 2:12 PMkrissrex
08/17/2017, 2:13 PMjsanchez
08/17/2017, 2:13 PMkarelpeeters
08/17/2017, 2:13 PMjsanchez
08/17/2017, 2:14 PMkarelpeeters
08/17/2017, 2:14 PMjsanchez
08/17/2017, 2:14 PMkrissrex
08/17/2017, 2:14 PMkrissrex
08/17/2017, 2:16 PMsource sets as modules
and not; no difference. I tried using both java
and java-library
plugins, with compile
and implementation
. I tried adding stuff to compile with scopes.COMPILE.plus += [ configurations.compile]
when they were `provided`+`runtime` (happens when you disable module per source set).
Nothing I do seems to workkrissrex
08/17/2017, 2:36 PMFailing to resolve dependency▾