Martin Bonnin·Jun 21, 2021Gradle publishing plugins, a decision matrixJump to the conclusion for the matrix.A response icon1A response icon1
Martin Bonnin·May 31, 2021Actual footage of different kinds of Gradle ConfigurationsThe first time I heard about Gradle configurations, I thought it’d be about writing build.gradle files and configuring some DSL and writing…
Martin Bonnin·May 25, 2020May 2020: The state of Kotlin ScriptingI am a huge Kotlin fan. I’m using Kotlin daily for Android development, sometimes a little bit of macOS and occasionally on the backend to…A response icon3A response icon3
Martin Bonnin·Mar 21, 2020A closer look at the Kotlin Multiplatform Artifacts.pom vs .module files and a real-life exemple
Martin Bonnin·Nov 26, 2019Loading Gradle plugins in 2019Three different ways to load your Gradle plugins and a few ways to apply them.
InProAndroidDevbyMartin Bonnin·Oct 20, 2019An unofficial guide to Android LintEverything about gradle and XML configuration.A response icon3A response icon3
Martin Bonnin·Sep 15, 2019The different kotlin-stdlibs explainedNot sure you should use kotlin-stdlib-jdk8…A response icon4A response icon4
InProAndroidDevbyMartin Bonnin·Jun 9, 2019Publishing a maven artifact 3/3: step-by-step instructions to MavenCentral publishingNow that we know who are different actors of the maven ecosystem (article 1/3) and have chosen MavenCentral as our repository of choice…A response icon8A response icon8
InProAndroidDevbyMartin Bonnin·Jun 7, 2019Publishing a maven artifact 2/3: jcenter or mavenCentral ?This is the second article in a series describing how I started distributing my android/kotlin libraries. This article focuses on choosing…A response icon3A response icon3
InProAndroidDevbyMartin Bonnin·Jun 5, 2019Publishing a maven artifact 1/3: glossaryThis is the first article in a series describing how I started distributing my android/kotlin libraries. I am quite new to the subject and…