Add roll history page
This commit is contained in:
parent
f92922c228
commit
ca456b55d9
20 changed files with 488 additions and 133 deletions
|
|
@ -1,7 +1,9 @@
|
|||
plugins {
|
||||
// this is necessary to avoid the plugins to be loaded multiple times
|
||||
// in each subproject's classloader
|
||||
alias(libs.plugins.kotlinMultiplatform) apply false
|
||||
alias(libs.plugins.kotlinSerialization) apply false
|
||||
// alias(libs.plugins.kotlinKtor) apply false
|
||||
alias(libs.plugins.composeMultiplatform) apply false
|
||||
alias(libs.plugins.composeCompiler) apply false
|
||||
alias(libs.plugins.kotlinMultiplatform) apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue