dirk.dittert
01/08/2021, 4:19 PMbuildSrc to Kotlin. What is the equivalent to `project.android.buildTypes.all{buildType ->`(android is not a property of project )turansky
01/09/2021, 1:21 AMproject.extensions.get<...>("android").buildTypes ...El Zhang
01/09/2021, 4:06 AMdirk.dittert
01/09/2021, 10:25 AM