Learn why and how to exclude transitive dependencies in Gradle.
Also find me here:
Baeldung Author
Hangga Aji Sayekti
A passionate Software Engineer from Indonesia with experience since 2008. Has a bachelor's degree in Mathematics and loves Science and Computers. Working on Java and Kotlin to develop Liveness Detection SDK.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Numbers (2)
- Gradle (1)
Generating Unique Positive Long Using SecureRandom in Java
Filed under Java Numbers
Learn how to use SecureRandom to generate unique positive values in Java.
Generating Unique Positive long Using UUID in Java
Filed under Java Numbers
Learn how to use a UUID to generate a unique numeric value.
Baeldung on Kotlin
- All
- Kotlin Concurrency (4)
- Kotlin Classes and Objects (3)
- Kotlin Collections (1)
- Kotlin Basics (1)
- Kotlin (1)
- Asynchronous Programming (1)
Configure Kotlin’s Bytecode Version with Gradle
Filed under Kotlin
Learn how to configure the Kotlin compiler with a JVM bytecode target version in Gradle.
Extension Fields in Kotlin
Filed under Kotlin Classes and Objects
Learn about extension field support in Kotlin and alternative solutions.
Kotlin Coroutine Continuation
Filed under Asynchronous Programming, Kotlin Concurrency
Learn how to resume a Coroutine from suspension using a Continuation operation in Kotlin.
Convert RxJava Single to Kotlin Coroutine Deferred
Filed under Kotlin Concurrency
Learn how to convert a Single from RxJava to a Deferred in Kotlin Coroutines.
Parallel Operations on Kotlin Collections
Filed under Kotlin Collections, Kotlin Concurrency
Learn to process the elements of a Kotlin collection in parallel.
Variable Shadowing in Kotlin
Filed under Kotlin Basics
Learn about variable shadowing in Kotlin, why it can be a problem, and how to avoid it.
Qualified this and Implicit this in Kotlin
Filed under Kotlin Classes and Objects
Learn about the difference between qualified and implicit use of the “this” keyword in Kotlin.
Scheduling Repeating Task in Kotlin
Filed under Kotlin Concurrency
Learn how to schedule a task to perform repeatedly at regular intervals in Kotlin.
Cloning an Object in Kotlin
Filed under Kotlin Classes and Objects
Learn how to make a deep or shallow copy of an existing object in Kotlin.