Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component generator #65

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b13baa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    66c5eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415f6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b8d40 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge branch 'main' into feature/component-generator

    # Conflicts:
    #	gradle/libs.versions.toml
    RudolfHladik committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bf31c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31678c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into feature/component-generator

    # Conflicts:
    #	iosApp/iosApp/Views/Screen/FirstView.swift
    RudolfHladik committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8e829b4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature/component-…

    …generator
    
    # Conflicts:
    #	gradle/libs.versions.toml
    #	gradle/wrapper/gradle-wrapper.properties
    RudolfHladik committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bbb3d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5490fd View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    RudolfHladik committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b9ddb41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edb16fe View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Fix typo in .gitignore

    Co-authored-by: Matej Semančík <matej.semancik@gmail.com>
    RudolfHladik and matejsemancik authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cfa004f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update .gitignore

    RudolfHladik committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    47955c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418c3ab View commit details
    Browse the repository at this point in the history
  3. Bump decompose

    RudolfHladik committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b4c6c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5b31cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #78 from futuredapp/feature/K2

    Add support for Kotlin 2.0.0 🚀🚀🚀
    RudolfHladik authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6819489 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request #79 from futuredapp/develop

    Release
    Syntey authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7861ca1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    9aaca50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f5bd2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/develop' into feature/component-generator

    # Conflicts:
    #	androidApp/build.gradle.kts
    #	gradle/libs.versions.toml
    #	shared/feature/build.gradle.kts
    #	shared/feature/src/commonMain/kotlin/app/futured/kmptemplate/feature/navigation/signedin/tab/b/TabBDestinations.kt
    #	shared/feature/src/commonMain/kotlin/app/futured/kmptemplate/feature/ui/first/FirstComponent.kt
    #	shared/feature/src/commonMain/kotlin/app/futured/kmptemplate/feature/ui/first/FirstViewModel.kt
    #	shared/resources/build.gradle.kts
    RudolfHladik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2eabea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81379a5 View commit details
    Browse the repository at this point in the history
  5. merge

    RudolfHladik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    359511f View commit details
    Browse the repository at this point in the history
  6. add argument type

    RudolfHladik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ff39892 View commit details
    Browse the repository at this point in the history