Skip to content

Commit 9e89f80

Browse files
committed
- Updated Kotlin version to 1.7.10
- Updated npm libraries and wrappers
1 parent 114f272 commit 9e89f80

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ojaynico-kotlin-react-native
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native/1.2.0/pom)
3-
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
3+
[![Kotlin](https://img.shields.io/badge/kotlin-1.7.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
44
[![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react)
55
[![npm version](https://img.shields.io/npm/v/react-native?color=brightgreen&label=npm%20package)](https://www.npmjs.com/package/react-native)
66
[![Kotlin JS IR supported](https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow)](https://kotl.in/jsirsupported)
@@ -294,3 +294,5 @@ fun main() {
294294
**A fully set up and working example can be found in the repository below.**
295295

296296
https://github.com/ojaynico/KotlinReactNativeApp
297+
298+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ojaynico)

build.gradle.kts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
import org.jetbrains.kotlin.gradle.plugin.statistics.ReportStatisticsToElasticSearch.password
2-
31
plugins {
4-
kotlin("js") version "1.6.20"
2+
kotlin("js") version "1.7.10"
53
id("maven-publish")
64
id("io.codearte.nexus-staging") version "0.30.0"
75
signing
86
}
97

108
group = "com.github.ojaynico"
11-
version = "1.2.0"
9+
version = "1.2.1"
1210

1311
val artifactName = project.name
1412
val artifactGroup = project.group.toString()
@@ -42,10 +40,10 @@ kotlin {
4240
}
4341

4442
dependencies {
45-
implementation("org.jetbrains.kotlin-wrappers:kotlin-react:18.1.0-pre.333")
46-
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.333")
47-
implementation(npm("react", "18.1.0"))
48-
implementation(npm("react-native", "0.68.1"))
43+
implementation("org.jetbrains.kotlin-wrappers:kotlin-react:18.2.0-pre.360")
44+
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.360")
45+
implementation(npm("react", "18.2.0"))
46+
implementation(npm("react-native", "0.69.3"))
4947
}
5048

5149
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)