File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# KJWT
22
3+ 
34[ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.touchlab/kjwt?label=Maven%20Central )] ( https://search.maven.org/artifact/co.touchlab/kjwt )
45![ Maven Central (Snapshots)] ( https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Fco%2Ftouchlab%2Fkjwt%2Fmaven-metadata.xml&label=Snapshot )
56![ Dynamic TOML Badge] ( https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftouchlab%2Fkjwt%2Frefs%2Fheads%2Fmain%2Fgradle%2Flibs.versions.toml&query=%24.versions.kotlin&logo=kotlin&logoColor=%23dedede&label=Kotlin%20Version&color=%237f52ff )
@@ -119,15 +120,21 @@ repository and use the `-SNAPSHOT` suffix:
119120// settings.gradle.kts
120121dependencyResolutionManagement {
121122 repositories {
122- maven(" https://central.sonatype.com/repository/maven-snapshots" )
123+ maven(" https://central.sonatype.com/repository/maven-snapshots" ) {
124+ mavenContent {
125+ includeModuleByRegex(" co\\ .touchlab" , " kjwt.*" )
126+ }
127+ }
123128 }
124129}
125130```
126131
127132``` kotlin
128133// build.gradle.kts
129134dependencies {
130- implementation(" co.touchlab:kjwt:<kjwt-version>-SNAPSHOT" )
135+ implementation(" co.touchlab:kjwt:<kjwt-version>-SNAPSHOT" ) {
136+ isChanging = true
137+ }
131138}
132139```
133140
You can’t perform that action at this time.
0 commit comments