Skip to content

Commit

Permalink
Rollback the package name in view-dsl module for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Nov 13, 2020
1 parent 99bb27e commit a256718
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions modules/views-dsl/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!--
~ Copyright 2019 Louis Cognault Ayeva Derman. Use of this source code is governed by the Apache 2.0 license.
-->

<manifest package="splitties.views.dsl.core"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package splitties.views.dsl

import android.view.View
import splitties.views.dsl.core.BuildConfig
import splitties.views.dsl.core.Ui

val View.isInPreview: Boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlin.contracts.InvocationKind
import kotlin.contracts.contract
import kotlin.coroutines.CoroutineContext
import kotlin.coroutines.EmptyCoroutineContext
import splitties.views.dsl.R
import splitties.views.dsl.core.R

/**
* This class is dedicated to previewing `Ui` subclasses in the IDE.
Expand Down

0 comments on commit a256718

Please sign in to comment.