https://kotlinlang.org logo
#gradle
Title
b

barteks2x

05/29/2017, 3:11 PM
When I updated to gradle 3.5 (and gsk 0.8 as a result), IDEA started showing this part of code in red, saying that the
ReobfTaskWrapper
class doesn't exist, why?
Copy code
configure<NamedDomainObjectContainer<ReobfTaskFactory.ReobfTaskWrapper>> {
    create("shadowJar").apply {
       mappingType = ReobfMappingType.SEARGE
    }
}
The buildscript works just fine even with that.