mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
model: migrate to JVM-only
This commit is contained in:
parent
5cab25539d
commit
3d496c99c1
7 changed files with 6 additions and 17 deletions
|
@ -94,8 +94,10 @@ dependencyResolutionManagement {
|
|||
|
||||
rootProject.name = "Claw"
|
||||
|
||||
enableFeaturePreview(
|
||||
"TYPESAFE_PROJECT_ACCESSORS"
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
include(
|
||||
"model",
|
||||
)
|
||||
|
||||
// include(":android")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue