Video Infos
Author
Published
Topics
, ,
Author
Published
Lately, more and more android projects are adopting multi-module setup. The number of modules for a project can vary and some projects can even have more than a hundred modules. Managing these modules can then be very cumbersome as it involves a lot of copying and pasting common settings and codes between build.gradle files.

LATEST ANDROID JOBS

update your work life

1 Comment. Leave new

  • Marcel
    30.11.2022 14:50

    In case anyone is failing on BaseExtension:
    You might need some imports (which Android Studio doesn’t seem to auto-complete?)

    import com.android.build.gradle.BaseExtension
    import org.gradle.api.JavaVersion
    import org.gradle.api.Plugin
    import org.gradle.api.Project
    import org.gradle.kotlin.dsl.withType
    import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

Menu