I recently migrated a multimodule project from Groovy to Kotlin DSL and also used convention plugins for sharing configurations. I must say these custom gradle plugins made my work alot easier.
@andrinovariswanto238 Жыл бұрын
W
@CodePursuit4 ай бұрын
@bensekyondwa please can you share any other article / blog that you know about this .please can you share any other article / blog that you know about this .
@simonet6766 Жыл бұрын
For simplify, you can also set kotlin jvmToolchain(18) and remove compileOption and jvmTarget in kotlin branch, much cleaner for me
@Fo0nT Жыл бұрын
Convention plugins are even better
@jayceeddeyro1406 Жыл бұрын
Hello Philipp, I have a question regarding multi-modules, especially when dealing with more than 30 features. How do we handle the management of having this many build.gradle.kts files, and what are the drawbacks, particularly when examining the build variants, which may result in a substantial list?
@edinofri9192 Жыл бұрын
I will add this things to my current app which already migrate to Kotlin DSL, thanks for sharing.
@tonnie707911 ай бұрын
This is so helpful - One Question though, what is the difference between Dependencies and Plugins?
@luukachoo9910 ай бұрын
not all heroes wear capes
@DeepuGeorgeJacob11 ай бұрын
Hi Philip, Can we use Toml with custom gradle plugin?
@diegohkdfln9 ай бұрын
I'd like to know that too
@omer.ozdemir74 ай бұрын
one more golden content ty Philipp
@NiteshSingh-bv9lu Жыл бұрын
Hi Philipp, Can you make 1 video on mockk unit testing library? Please explain me
@farazahmed6749 Жыл бұрын
Hello @Phillip how would you increment version name or number constants in fastlane or some CICD with this custom implementation
@TusharGogna Жыл бұрын
+1
@ronyrodriguez4472 Жыл бұрын
@Philipp, What is the difference between kotlin library and android library? When to use one or the other? That option is available when you are going to add a module to a project.
@mateuszkolbusz411510 ай бұрын
It depends. If u need android platform code (Context, Broadcast receivers) go for android library. In other cases use the kotlin library.
@androidkotlin-6234 Жыл бұрын
very usefull tutorial. thx
@diegoflassa Жыл бұрын
How do i do it for an Application-Type Module?
@morbix3683 Жыл бұрын
Will this work on a groovy version of gradle? Or should I migrate it to kotlin first?
@dendroid43897 ай бұрын
it works with groovy as well
@haxidenti6001Ай бұрын
I didn't understood android() extension ? How? It's just getting extension by class!
@anuragverma934 Жыл бұрын
Hi @Philipp, Very nice and detailed video. Can you tell me how the module can apply App level BuildConfig ?
@TusharGogna Жыл бұрын
+1
@remingtonjames5537 Жыл бұрын
hey Bro Good Day can you make a video please on how to shrink and Pro take Res File in android studio please or how to use ResGuard in Gradle 8.1
@safionweb Жыл бұрын
Amazing.
@JazzyJesterTechPing Жыл бұрын
Very nice...
@dakshsemwal10 ай бұрын
Don't know why is KZbin deleting my comments about the code for how to also add plugin to app module