Alowaniak
09/26/2018, 5:45 PMchristophsturm
09/27/2018, 7:52 AMr4zzz4k
09/28/2018, 10:21 AMBenoît
10/01/2018, 1:31 PM~/.gradle/caches
, scripts don't work anymore if I try to run them from the IDE I get this :
Primary constructor not found for script template class ScriptTemplateWithArgs
Any idea how to fix that ?Czar
10/04/2018, 7:10 AMelect
10/05/2018, 7:55 AMdavid-wg2
10/05/2018, 10:31 AMelect
10/05/2018, 9:02 PM--force
in order to delete remote commits if you reset your branchHamza
10/10/2018, 2:36 AMhttps://kotlinlang.slack.com/files/UA001QPFG/FDA3JAT61/screen_shot_2018-10-09_at_10.30.18_am.png▾
hiperbou
10/10/2018, 10:34 AMvoddan
10/11/2018, 1:28 PM.kts
files in my project?bartvh
10/15/2018, 2:27 PMClass 'kotlin.collections.CollectionsKt__CollectionsJVMKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
. Using Gradle, the code compiles and runs fine. Could it be because I'm using plugin version 1.3-rc146 but in Gradle using 1.3-M2 (which I must because of a bug in the newer version)?girafferson
10/15/2018, 5:50 PMgirafferson
10/15/2018, 5:51 PMarekolek
10/16/2018, 9:14 AMNikky
10/20/2018, 10:30 PMfun add(id: ID)
that i rewrote to operator fun ID.unaryPlus()
replacement works for usecases like this
add(ID(something)) configure { .. }
but not for
add(ID(something))
in the second case it just removes the line when i execute replacewith intent
configure
is a inline function
the deprecation code is
@Deprecated(
"prefer unaryPlus",
ReplaceWith("+ id"),
level = DeprecationLevel.WARNING
)
christophsturm
10/24/2018, 3:14 PMmapOf(1 to 2)[1]
girafferson
10/25/2018, 10:21 PMnfrankel
10/29/2018, 1:45 PMdiesieben07
10/29/2018, 7:53 PMOve Stoerholt
10/31/2018, 8:17 AMnapperley
11/01/2018, 7:59 PMbombe
11/01/2018, 8:57 PMkartikpatodi
11/05/2018, 7:59 PMIDEA 2018.2.5
with Kotlin 1.3.0
fails to complete postfix code completion like sout and null outside the main function scope
Is it the expected behaviour?
I am pretty sure it did worked on the previous versions.
Note: Windows 10 pckarelpeeters
11/05/2018, 9:58 PMit
parameter or the this
context in the current lambda?kartikpatodi
11/06/2018, 7:29 PM5.0-rc-1
so that it creates the wrapper accordingly? If I go with deafult wrapper it uses 4.6
and I have to use terminal to create a gradle wrapper and import it to intellij as a gradle projecttateisu
11/07/2018, 1:57 AMnapperley
11/13/2018, 12:19 AMCarl Hickman
11/15/2018, 10:19 PMdiego-gomez-olvera
11/16/2018, 3:49 PMdiego-gomez-olvera
11/16/2018, 3:49 PMyole
11/16/2018, 3:50 PMdiego-gomez-olvera
11/16/2018, 3:53 PMyole
11/16/2018, 3:55 PMchristophsturm
11/17/2018, 10:22 AMnapperley
11/19/2018, 12:47 AM