Alexey Glushkov
06/06/2021, 4:00 PMAndroid Studio Arctic Fox | 2020.3.1 Canary 12
. But when I try to switch to 2020.3.1 Beta 2
it requires gradle plugin 7.0.0-beta02 which, I suppose, isn’t supported by KMM. I think so as I get this error
Please initialize at least one Kotlin target in 'shared (:shared)'
Should I keep using 2020.3.1 Canary 12
or there is a way to make beta work?iamthevoid
06/06/2021, 5:40 PM./gradlew assemble
for exampleAlexey Glushkov
06/06/2021, 5:41 PMiamthevoid
06/06/2021, 5:42 PMAlexey Glushkov
06/06/2021, 5:43 PM> Failed to apply plugin 'com.android.internal.version-check'.
> Minimum supported Gradle version is 7.0. Current version is 6.8.2. If using the gradle wrapper, try editing the distributionUrl in /Users/alexeyglushkov/androidProjects/WordTeacher/gradle/wrapper/gradle-wrapper.properties to gradle-7.0-all.zip
iamthevoid
06/06/2021, 5:43 PMAlexey Glushkov
06/06/2021, 5:43 PM