wuseal
01/28/2021, 2:42 AMimport com.xxxxx.xx.xx.X
The android Studio doesn't tips you to do auto import classes
Android Studio Version: 4.2 beta3
Gradle Version: 6.5
Kotlin Plugin Version : 1.4.21-release-Studio4.2-1
KMM Plugin: 0.2.0-release-65-Studio4.2
JVM: 15
Kotlin: 1.4.21
Can you guys understand what i mean? And how to let people to resolve this problem? I need this coding style with gradle composite build to Isolate the KMM build environment 😊Michal Klimczak
01/28/2021, 7:09 AMwuseal
01/28/2021, 10:12 AMsourecs root
as the picture showmboudraa
01/28/2021, 8:37 PMMichal Klimczak
01/29/2021, 12:30 PMcompileSdkVersion(30)
in the android{
section of my build.gradle. When I changed it to 29, everything starts working fine againwuseal
01/29/2021, 12:58 PM