Skip to content

Commit

Permalink
Removed deprecated properties and added a link in the docs to explain…
Browse files Browse the repository at this point in the history
… the move (#353)
  • Loading branch information
psh committed Jun 24, 2023
1 parent 7783bb4 commit 45f6923
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions extensions/kermit-koin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
#
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
#

kotlin.mpp.enableCompatibilityMetadataVariant=false
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ POM_DEVELOPER_NAME=Kevin Galligan
POM_DEVELOPER_ORG=Touchlab
POM_DEVELOPER_URL=https://touchlab.co/

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.commonizerLogLevel=info
kotlin.mpp.enableCompatibilityMetadataVariant=true
2 changes: 0 additions & 2 deletions samples/sample-production/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ org.gradle.jvmargs=-Xmx3g
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableCInteropCommonization=true
2 changes: 0 additions & 2 deletions samples/sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ kotlin.js.compiler=ir
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableCInteropCommonization=true
5 changes: 5 additions & 0 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ class MyViewModel:ViewModel {
```

Platform-specific loggers can be configured to ignore tags on output, or you can customize their display easily. We'll discuss these options more in [Configuration](/configuration/index.md).

## Deprecated Gradle properties

Per the official [Kotlin documentation](https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#deprecated-gradle-properties-for-hierarchical-structure-support) we took the opportunity
with the Kermit 2.0 release to remove deprecated `gradle.properties` values. We encourage you to do the same!

0 comments on commit 45f6923

Please sign in to comment.