File tree Expand file tree Collapse file tree 6 files changed +8
-0
lines changed
core-kotlin-collections-set
kotlin-gradle-build-plugins Expand file tree Collapse file tree 6 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
- [ Dividing Two Int Objects and Getting a BigDecimal in Kotlin] ( https://www.baeldung.com/kotlin/divide-two-int-objects-bigdecimal-result )
3
3
- [ Check if a Number Is Positive or Negative in Kotlin] ( https://www.baeldung.com/kotlin/number-sign )
4
4
- [ An Introduction to KDoc] ( https://www.baeldung.com/kotlin/kdoc )
5
+ - [ Check Whether a Character Is a Vowel or Consonant in Kotlin] ( https://www.baeldung.com/kotlin/char-vowel-or-consonant )
5
6
- More articles: [[ <-- prev]] ( ../core-kotlin-7 )
Original file line number Diff line number Diff line change
1
+ ## Relevant Articles
2
+ - [ Guide to Set and MutableSet in Kotlin] ( https://www.baeldung.com/kotlin/set-mutableset )
Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ A Guide to detekt: Static Code Analysis for Kotlin] ( https://www.baeldung.com/kotlin/detekt-static-code-analysis )
3
+ - [ Code Formatting in Kotlin Using Ktlint] ( https://www.baeldung.com/kotlin/ktlint-code-formatting )
Original file line number Diff line number Diff line change 1
1
## Kotlin Libraries Utils
2
2
3
3
This module contains articles about utils libraries topics in Kotlin.
4
+ - [ How to Build CLI Applications Using Kotlinx-Cli] ( https://www.baeldung.com/kotlin/kotlinx-cli )
Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ How to Check if a Number Is Part of the Fibonacci Series in Kotlin] ( https://www.baeldung.com/kotlin/fibonacci-number-test )
3
+ - [ Finding the Largest Among Three Numbers in Kotlin] ( https://www.baeldung.com/kotlin/max-numbers )
4
+ - [ Convert Octal Number to Decimal and Vice-Versa in Kotlin] ( https://www.baeldung.com/kotlin/octal-decimal-values-conversion )
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ This module contains articles about testing in Kotlin
7
7
- [ Kotlin with Mockito] ( https://www.baeldung.com/kotlin/mockito )
8
8
- [ Writing Specifications with Kotlin and Spek] ( https://www.baeldung.com/kotlin/spek )
9
9
- [ MockK: A Mocking Library for Kotlin] ( https://www.baeldung.com/kotlin/mockk )
10
+ - [ Testing a Lambda Function With Mockito Kotlin] ( https://www.baeldung.com/kotlin/mockito-verify-lambda )
You can’t perform that action at this time.
0 commit comments