Should I pay attention to Android Studio's warning...
# android
d
Should I pay attention to Android Studio's warning for
build.gradle.kts
:
Copy code
This project uses Gradle KTS build files which are not fully supported. Some functions may be affected.
?
i
it is supported on Android Studio 4.0
d
Any known issues in AS Stable?
I'm currently on 3.5.3
i
AS 3.5 doesn't understand how Gradle KTS works.
d
Oh... but that causes any problems, or just doesn't give any help to the developer?
i
it can cause problem if you tried to update the AGP or Use Project Structure
you have to do it by manual each times
d
I don't use project structure, but what's AGP?
i
Android Gradle Plugin
d
Oh, not such a big deal, if that's really the only problem... I guess using a beta or canary AS might be a bit worse...?
i
AS 4.0 is Canary with Jetpack Compose
👍🏼 2
c
But I think it still shows you that warning.
l
4.0 shows a different warning, asking to report issues, and telling they're working on it.
c
Yeah right, I should have said that it is different.