Skip to content

Commit 2dec54b

Browse files
author
roman_tcaregorodtcev
committed
library module renamed to core
1 parent 2db7f9f commit 2dec54b

File tree

112 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ kotlin {
7171
iOSTarget("ios") {
7272
binaries {
7373
framework {
74-
baseName = "library"
74+
baseName = "core"
7575
}
7676
}
7777
}
File renamed without changes.
File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/decoders/BitmapDecoders.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/decoders/BitmapDecoders.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/decoders/SimpleBitmapDecoders.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/decoders/SimpleBitmapDecoders.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/BitmapExtensions.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/BitmapExtensions.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/ByteArrayExtentions.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/ByteArrayExtentions.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/DrawableExtensions.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/DrawableExtensions.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/OmegaImegaExtensions.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/extensions/OmegaImegaExtensions.kt

File renamed without changes.

library/src/androidMain/kotlin/com/omega_r/libs/entities/files/java_file/OmegaJavaFile.kt renamed to core/src/androidMain/kotlin/com/omega_r/libs/entities/files/java_file/OmegaJavaFile.kt

File renamed without changes.

0 commit comments

Comments
 (0)