rudolf.hladik
04/07/2021, 8:13 AMLilly
04/08/2021, 12:11 AMJohn O'Reilly
04/08/2021, 1:58 PMYashar
04/09/2021, 12:26 PMGabriel
04/10/2021, 12:41 PMColton Idle
04/11/2021, 2:06 AMColton Idle
04/12/2021, 1:14 PMzsperske
04/14/2021, 5:46 PMDeepak Gahlot
04/16/2021, 3:18 AMd.satyanov
04/18/2021, 9:00 PM7.0.0-alpha14
and Gradle with version 7.0.0
, so I decided to install Canary 13 to downgrade versions. Canary 14 doesn’t work with versions lower than 7+
as I understand.
I did it on mac:
• Deleted Android Studio <http://Preview.app|Preview.app>
from Applications
.
• Deleted AndroidStudioPreview2020.3
(or similar to that) from $User/Library/Application Support/Google
.
◦ Press `cmd+shift+.`(the last one is a dot) to show hidden folders and files in Finder because Library
is hidden.
• Download Canary 13 and copy it in Applications
.
I’m not sure if all steps are required but it worked for me.
Canary 13 uses Gradle plugin with version 7.0.0-alpha13
and Gradle with version 6.8.2
(not sure about exact version but it’s definitely lower than 7+
). So it works for me - the problem was solved. After that I try to update Gradle plugin to 7.0.0-alpha14
and Gradle to 7.0.0
and.. it also works. I put Canary 14 to the ignore list to avoid update notification.
Just want to share this info in case it helps someone.ultraon
04/18/2021, 11:44 PMGradle Tasks
for KMM
project (project is built from the scratch using KMM official plugin)?Alexandru Hadăr
04/19/2021, 11:20 AMLilly
04/19/2021, 7:41 PMZach Klippenstein (he/him) [MOD]
04/30/2021, 12:37 AMDaniele B
04/30/2021, 4:24 PMSe7eN
05/01/2021, 1:10 PMrsktash
05/04/2021, 1:13 AMMichal Klimczak
05/05/2021, 6:51 AMMarko Novakovic
05/05/2021, 12:49 PMSusheel
05/11/2021, 9:16 PMChristopher Elías
05/15/2021, 1:25 AMColton Idle
05/15/2021, 2:42 AMMarkRS
05/16/2021, 12:05 PMgowthamgts
05/16/2021, 5:38 PMMarkRS
05/18/2021, 2:11 PMAbhishek Dewan
05/20/2021, 12:17 AMrudolf.hladik
05/20/2021, 8:28 AMVitaliy Zarubin
05/20/2021, 9:44 AMAbhishek Dewan
05/21/2021, 9:30 PMAbhishek Dewan
05/28/2021, 5:46 AMval isExpanded by remember { mutableStateOf(false) }
When I try to write the above, the ide doesn't auto import all of the necessary things require to make the delegation work and it shows me an error. However, if I copy the same kind of code from let's say a compose example, then the ide auto imports the right files needed. Is this a known bug? I am running arctic fox beta 2Abhishek Dewan
05/28/2021, 5:46 AMval isExpanded by remember { mutableStateOf(false) }
When I try to write the above, the ide doesn't auto import all of the necessary things require to make the delegation work and it shows me an error. However, if I copy the same kind of code from let's say a compose example, then the ide auto imports the right files needed. Is this a known bug? I am running arctic fox beta 2Slava Glushenkov
05/28/2021, 5:54 AMephemient
05/28/2021, 6:47 AM