Create allFeatureApis extension and rename allFeatures to allFeaturesImpl
This commit is contained in:
parent
f1048f7578
commit
9bdcaae0cf
4 changed files with 19 additions and 13 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import extension.allFeatures
|
||||
import extension.allFeaturesImpl
|
||||
import extension.allLibraries
|
||||
|
||||
// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed
|
||||
|
|
@ -40,5 +40,5 @@ dependencies {
|
|||
ksp(libs.showkase.processor)
|
||||
|
||||
allLibraries()
|
||||
allFeatures()
|
||||
allFeaturesImpl()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue