I've migrated groovy to kotlin dsl, I am able to build an app, but I am unable to get rid of the warnings in AS. Anyone encountered it?
v
Vampire
12/21/2021, 6:54 PM
Would maybe help if you mention which warnings you see
k
K Merle
12/21/2021, 6:56 PM
All of the classes are underlined red and for example, if I hover over
plugins
I get a warning:
Copy code
Cannot access 'java.lang.Comparable' which is a supertype of 'org.gradle.kotlin.dsl.KotlinBuildScript'. Check your module classpath for missing or conflicting dependencies