File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
296296https://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 )
Original file line number Diff line number Diff line change 1- import org.jetbrains.kotlin.gradle.plugin.statistics.ReportStatisticsToElasticSearch.password
2-
31plugins {
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
108group = " com.github.ojaynico"
11- version = " 1.2.0 "
9+ version = " 1.2.1 "
1210
1311val artifactName = project.name
1412val artifactGroup = project.group.toString()
@@ -42,10 +40,10 @@ kotlin {
4240}
4341
4442dependencies {
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
5149val sourcesJar by tasks.registering(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments