-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4491c9f
commit a5d641d
Showing
32 changed files
with
59 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
2 changes: 1 addition & 1 deletion
2
...kotlin/pw/forst/katlib/ArrayExtensions.kt → ...otlin/dev/forst/katlib/ArrayExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import kotlin.experimental.ExperimentalTypeInference | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tlin/pw/forst/katlib/BooleanExtensions.kt → ...lin/dev/forst/katlib/BooleanExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otlin/pw/forst/katlib/CryptoExtensions.kt → ...tlin/dev/forst/katlib/CryptoExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.io.File | ||
import java.security.MessageDigest | ||
|
2 changes: 1 addition & 1 deletion
2
.../kotlin/pw/forst/katlib/DateExtensions.kt → ...kotlin/dev/forst/katlib/DateExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.time.DayOfWeek | ||
import java.time.Instant | ||
|
2 changes: 1 addition & 1 deletion
2
...tlin/pw/forst/katlib/InstantExtensions.kt → ...lin/dev/forst/katlib/InstantExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.time.Instant | ||
import kotlin.math.abs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...kotlin/pw/forst/katlib/OtherExtensions.kt → ...otlin/dev/forst/katlib/OtherExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.io.PrintWriter | ||
import java.io.StringWriter | ||
|
2 changes: 1 addition & 1 deletion
2
.../kotlin/pw/forst/katlib/PairExtensions.kt → ...kotlin/dev/forst/katlib/PairExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
/** | ||
* Applies [block] on left part of pair in List. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/pw/forst/katlib/Prompt.kt → src/main/kotlin/dev/forst/katlib/Prompt.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lin/pw/forst/katlib/SequenceExtensions.kt → ...in/dev/forst/katlib/SequenceExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
|
||
/** | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/pw/forst/katlib/Services.kt → src/main/kotlin/dev/forst/katlib/Services.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.time.Instant | ||
import java.time.LocalDateTime | ||
|
2 changes: 1 addition & 1 deletion
2
...n/kotlin/pw/forst/katlib/SetExtensions.kt → .../kotlin/dev/forst/katlib/SetExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.util.SortedSet | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...otlin/pw/forst/katlib/StringExtensions.kt → ...tlin/dev/forst/katlib/StringExtensions.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import java.net.URL | ||
import java.util.UUID | ||
|
2 changes: 1 addition & 1 deletion
2
...in/pw/forst/katlib/ArrayExtensionsTest.kt → ...n/dev/forst/katlib/ArrayExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import kotlin.test.Test | ||
import kotlin.test.assertContentEquals | ||
|
2 changes: 1 addition & 1 deletion
2
.../pw/forst/katlib/BooleanExtensionsTest.kt → ...dev/forst/katlib/BooleanExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import org.junit.jupiter.api.Test | ||
import kotlin.test.fail | ||
|
2 changes: 1 addition & 1 deletion
2
...lin/pw/forst/katlib/DateExtensionsTest.kt → ...in/dev/forst/katlib/DateExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import org.junit.jupiter.api.Test | ||
import java.time.Instant | ||
|
2 changes: 1 addition & 1 deletion
2
.../pw/forst/katlib/InstantExtensionsTest.kt → ...dev/forst/katlib/InstantExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import org.junit.jupiter.api.Test | ||
import java.time.Instant | ||
|
2 changes: 1 addition & 1 deletion
2
...pw/forst/katlib/IterableExtensionsTest.kt → ...ev/forst/katlib/IterableExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tlin/pw/forst/katlib/MapExtensionsTest.kt → ...lin/dev/forst/katlib/MapExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import org.junit.jupiter.api.Test | ||
import kotlin.random.Random | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/pw/forst/katlib/PairExtensionsKtTest.kt → .../dev/forst/katlib/PairExtensionsKtTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pw/forst/katlib/SequenceExtensionsTest.kt → ...ev/forst/katlib/SequenceExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...st/kotlin/pw/forst/katlib/ServicesTest.kt → ...t/kotlin/dev/forst/katlib/ServicesTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import io.mockk.every | ||
import io.mockk.mockk | ||
|
2 changes: 1 addition & 1 deletion
2
...tlin/pw/forst/katlib/SetExtensionsTest.kt → ...lin/dev/forst/katlib/SetExtensionsTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kotlin/pw/forst/katlib/SettableRandom.kt → ...kotlin/dev/forst/katlib/SettableRandom.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pw.forst.katlib | ||
package dev.forst.katlib | ||
|
||
import kotlin.random.Random | ||
|
||
|
Oops, something went wrong.