Roar Gronmo
06/04/2020, 7:42 PMRoar Gronmo
06/04/2020, 7:43 PMRoar Gronmo
06/04/2020, 7:46 PMRoar Gronmo
06/04/2020, 7:47 PMRoar Gronmo
07/08/2020, 1:00 PMRoar Gronmo
07/27/2020, 7:39 PMRoar Gronmo
07/29/2020, 6:15 PMRoar Gronmo
08/18/2020, 5:42 PMRoar Gronmo
09/10/2020, 7:01 PMRoar Gronmo
11/06/2020, 10:57 AMzhangxiaolong
11/27/2020, 2:30 PMRoar Gronmo
11/29/2020, 8:01 AMkotlin v1.4.20
and plugin 1.4.20-release-Studio4.2-1
in AS4.2C16
It compiles correctly, and runs correctly though.
RGRoar Gronmo
12/07/2020, 8:10 PMRoar Gronmo
01/07/2021, 9:03 AMDennis Schröder
03/11/2021, 3:55 PMRoar Gronmo
05/01/2021, 8:07 AMRoar Gronmo
05/21/2021, 7:59 PMRoar Gronmo
05/27/2021, 4:45 PMAlfred Lopez
09/10/2021, 8:55 PMrootProject.plugins.withType(NodeJsRootPlugin::class) {
var nodeJsRootExt = rootProject.the<NodeJsRootExtension>()
nodeJsRootExt.download = false
nodeJsRootExt.nodeVersion = "16.15.4"
}
rootProject.plugins.withType(YarnPlugin::class) {
var gsmlYarnRootExt = rootProject.the<YarnRootExtension>()
gsmlYarnRootExt.download = false
gsmlYarnRootExt.version = "1.22.11"
}
For some reason, the build “sees” the assigned version numbers, but it ignores the download = false. Also, I’m using plugin version 1.5.20, and the YarnRootExtension class clearly has “download” as a field, but IntelliJ says otherwise and when I Cmd+Click to go to the definition of the class, the property is not there, which means to me that gradle is not pulling in the latest for some reason.
Do any of you have any insight to this?
Thanks!
Thread in Slack ConversationAlfred Lopez
09/13/2021, 5:32 PMReuben F
09/14/2021, 11:19 PMRoar Gronmo
10/12/2021, 7:22 PMRobert MacLean
11/16/2021, 8:48 AMFamke
11/16/2021, 11:10 AMokaymak
06/30/2022, 7:49 AMRaehat Singh Nanda
03/18/2023, 4:50 PMmarcinmoskala
06/05/2023, 8:18 AMIrGenerationExtension
with a brief description how it is used?jun chen
06/26/2023, 12:56 PMbrookmg
08/10/2023, 7:04 AMDon Mitchell
04/18/2025, 7:08 PMThread.sleep(999)
in a suspend
method and intelliJ didn't slap my hand.
Thread in Slack Conversation